Method: Redis::Distributed#llen

Defined in:
lib/redis/distributed.rb

#llen(key) ⇒ Object

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