- zadd
int zadd(string key, int score, string value)
Undocumented in source. Be warned that the author may not have intended to support it.
- zcard
int zcard(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
- zcount
int zcount(string key, int min, int max)
Undocumented in source. Be warned that the author may not have intended to support it.
- zrange
string[] zrange(string key, int min, int max)
Undocumented in source. Be warned that the author may not have intended to support it.