192 193 194 195 196
# File 'lib/xunch/shard/redis.rb', line 192 def llen(key) with do | redis | redis.llen(key) end end