337 338 339
# File 'lib/redis/connection/memory.rb', line 337 def randomkey data.keys[rand(dbsize)] end