package redis-lwt

  1. Overview
  2. Docs

Module Redis_lwtSource

Sourcemodule 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
Sourcemodule Client : Redis.S.Client with module IO = IO
Sourcemodule Cache (Params : Redis.S.Cache_params) : Redis.S.Cache with module IO = IO with module Client = Client with module Params = Params
Sourcemodule Mutex : Redis.S.Mutex with module IO = IO with module Client = Client
Sourcemodule ClusterClient : Redis.S.Client with module IO = IO
Sourcemodule ClusterMutex : Redis.S.Mutex with module IO = IO with module Client = ClusterClient
Sourcemodule Pool : Redis.S.POOL with module IO = IO and module Client = Client
OCaml

Innovation. Community. Security.