Redis.zscan

Undocumented in source. Be warned that the author may not have intended to support it.
  1. ScanResult!(Tuple) zscan(string key, string cursor)
  2. alias zscan = BinaryRedis.zscan
  3. ScanResult!(Tuple) zscan(string key, string cursor, ScanParams params)
    class Redis
    zscan
    (
    string key
    ,
    string cursor
    ,)

Meta