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