BinaryRedis.zscan

Undocumented in source. Be warned that the author may not have intended to support it.
  1. ScanResult!(Tuple) zscan(const(ubyte)[] key, const(ubyte)[] cursor)
  2. ScanResult!(Tuple) zscan(const(ubyte)[] key, const(ubyte)[] cursor, ScanParams params)
    class BinaryRedis
    zscan
    (
    const(ubyte)[] key
    ,
    const(ubyte)[] cursor
    ,)

Meta