No arguments
assert redis.randomkey() is Noneredis.set("key1", "Hello")redis.set("key2", "World")assert redis.randomkey() is not None