package hiredis

  1. Overview
  2. Docs

Source file hiredis.ml

1
2
3
4
5
6
7
8
9
10
11
module Value = Hiredis_value
include Hiredis_client
include Hiredis_shell

let command arr =
    C.redis_format_command arr

let command_v arr =
    command (Array.map Hiredis_value.to_string arr)


OCaml

Innovation. Community. Security.