Return a random key from the keyspace.
Returns:
320 321 322 323 324
# File 'lib/redis.rb', line 320 def randomkey synchronize do @client.call [:randomkey] end end