Redis.sscan

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

Meta