Return all values in the list. Redis: LRANGE(0,-1)
49 50 51
# File 'lib/redis/list.rb', line 49 def values from_redis range(0, -1) end