Redis.scan

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

Meta