Method: Redis::Distributed#llen

Defined in:
lib/redis/distributed.rb

#llen(key) ⇒ Object

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