class Redis::Distributed

def strlen(key)

Get the length of the value stored in a key.
def strlen(key)
  node_for(key).strlen(key)
end