BinaryRedis.randomBinaryKey

Return a randomly selected key from the currently selected DB. <p> Time complexity: O(1) @return Single line reply, specifically the randomly selected key or an empty string is the database is empty

class BinaryRedis
const(ubyte)[]
randomBinaryKey
()

Meta