package redis-sync

  1. Overview
  2. Docs

Module Client.MassInsertSource

Batch commands for mass insertion

Sourcetype command
Sourceval empty : command
Sourceval set : ?ex:int -> ?px:int -> ?nx:bool -> ?xx:bool -> string -> string -> command
Sourceval del : string list -> command

Delete a key; returns the number of keys removed.

Sourceval expire : string -> int -> command
Sourceval hset : string -> string -> string -> command
Sourceval hdel : string -> string -> command

Removes the specified fields from the hash stored at key. Specified fields that do not exist within this hash are ignored.

Sourceval hget : string -> string -> command
Sourceval hincrby : string -> string -> int -> command
Sourceval write : connection -> command list -> reply list IO.t
Sourceval incr : string -> command
Sourceval decr : string -> command
OCaml

Innovation. Community. Security.