package redis

  1. Overview
  2. Docs
module Make (IO : S.IO) : S.Client with module IO = IO

Redis client

module MakeCluster (IO : S.IO) : S.Client with module IO = IO

Redis cluster client