class Redis::Distributed

def randomkey

Return a random key from the keyspace.
def randomkey
  raise CannotDistribute, :randomkey
end