class Redis::Distributed

def llen(key)

Get the length of a list.
def llen(key)
  node_for(key).llen(key)
end