RedisClusterHashTagUtil

Holds various methods/utilities to manipualte and parse redis hash-tags. See <a href="http://redis.io/topics/cluster-spec">Cluster-Spec : Keys hash tags</a>

Members

Static functions

getHashTag
string getHashTag(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
isClusterCompliantMatchPattern
bool isClusterCompliantMatchPattern(const(ubyte)[] matchPattern)
Undocumented in source. Be warned that the author may not have intended to support it.
isClusterCompliantMatchPattern
bool isClusterCompliantMatchPattern(string matchPattern)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta