Get the length of a list.
409 410 411
# File 'lib/redis/distributed.rb', line 409 def llen(key) node_for(key).llen(key) end