• OCaml logo OCaml logo
  • Learn
  • Packages
  • Community
  • Blog
  • Playground
  • Searching...
    Or go to: Standard Library API
  • Learn
  • Packages
  • Community
  • Blog
  • Playground
  • Get started
  • redis-sync

  • Documentation
  • redis-sync lib
  • Redis_sync Module
package redis-sync
  • redis-sync
    • Redis_sync
      • Cache
        • Params
      • Client
        • ConnectionSpecMap
        • FloatBound
        • MassInsert
        • SlotMap
        • StringBound
      • ClusterCache
        • Params
      • ClusterClient
        • ConnectionSpecMap
        • FloatBound
        • MassInsert
        • SlotMap
        • StringBound
      • ClusterMutex
      • IO
      • Mutex
Legend:
Library
Module
Module type
Parameter
Class
Class type

Blocking client for Redis

module IO : Redis.S.IO with type 'a t = 'a and type 'a stream = 'a Stream.t
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 Mutex : Redis.S.Mutex with module IO = IO with module Client = Client
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

Footer

OCaml

Innovation. Community. Security.

GitHub Discord Twitter Peertube RSS

About Us

  • Industrial Users
  • Academic Users
  • Why OCaml

Resources

  • Get Started
  • Language Manual
  • Standard Library API
  • Books
  • Releases

Community

  • Blog
  • Jobs

Policies

  • Carbon Footprint
  • Governance
  • Privacy
  • Code of Conduct