Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module IO :
Redis.S.IO
with type 'a t = 'a Lwt.t
and type 'a stream = 'a Lwt_stream.t
and type fd = Lwt_unix.file_descr
module Client : Redis.S.Client with module IO = IO
module Cache
(Params : Redis.S.Cache_params) :
Redis.S.Cache
with module IO = IO
with module Client = Client
with module Params = Params
module ClusterClient : Redis.S.Client with module IO = IO
module ClusterCache
(Params : Redis.S.Cache_params) :
Redis.S.Cache with module IO = IO with module Client = ClusterClient
module ClusterMutex :
Redis.S.Mutex with module IO = IO with module Client = ClusterClient