Get the length of a list.
Parameters:
Returns:
10 11 12
# File 'lib/redis/commands/lists.rb', line 10 def llen(key) send_command([:llen, key]) end