Get the length of a list.
292 293 294 295 296
# File 'lib/redis.rb', line 292 def llen(key) synchronize do @client.call(:llen, key) end end