Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/s.mli
Original file line number Diff line number Diff line change
Expand Up @@ -439,6 +439,9 @@ module type Client = sig
(* Remove one or more members from a sorted set. *)
val zrem : connection -> string list -> int IO.t

(* Returns the score of member in the sorted set. *)
val zscore : connection -> string -> string list -> string option IO.t

(** {6 Transaction commands} *)

(* Marks the start of a transaction block. Subsequent commands will be queued for atomic execution using EXEC. *)
Expand Down