package redis-async

  1. Overview
  2. Docs

A cursor type for use with commands such as SCAN

type t
include Ppx_compare_lib.Equal.S with type t := t
val equal : t -> t -> bool
val sexp_of_t : t -> Sexplib0.Sexp.t
val zero : t
val (=) : t -> t -> bool
include Core.Stringable.S with type t := t
val of_string : string -> t
val to_string : t -> string