ks:scan(
prefix) ->iterator
Iterate keys by prefix
Returns a stateful iterator that yields (key, value) pairs for all keys
matching the prefix (or all keys if prefix is omitted). Keys are returned
in lexicographic order. Expired keys are skipped.