class Redis::Distributed

def llen(key)

def llen(key)
  node_for(key).llen(key)
end