# File lib/redis.rb, line 258
  def randomkey
    synchronize do
      @client.call [:randomkey]
    end
  end