Redismodule Auth : sig ... endmodule Bulk_io : sig ... endmodule Consumer : sig ... endRepresents a Redis Consumer. See: https://redis.io/docs/data-types/streams-tutorial/
module Consumer_info : sig ... endThe return value for the XINFO CONSUMERS command https://redis.io/commands/xinfo-consumers/
module Cursor : sig ... endA cursor type for use with commands such as SCAN
module Group : sig ... endRepresents a Redis Consumer Group. See: https://redis.io/docs/data-types/streams-tutorial/
module Key_event : sig ... endKey events that you may ask Redis to inform you of https://redis.io/docs/latest/develop/pubsub/keyspace-notifications/
module Pending_info : sig ... endThe return value for the XPENDING command https://redis.io/commands/xpending/
module Resp3 : sig ... endThe RESP3 protocol as specified here: https://github.com/antirez/RESP3/blob/master/spec.md
module Role : sig ... endThe role of a Redis node as described by https://redis.io/commands/role/
module Sentinel : sig ... endmodule Sha1 : sig ... endmodule Stream_id : sig ... endA Redis Stream Id whose format is:
module type S = sig ... endmodule String :
S
with module Key = Bulk_io.String
and module Field = Bulk_io.String
and module Value = Bulk_io.String