BinaryRedis.rename

Atomically renames the key oldkey to newkey. If the source and destination name are the same an error is returned. If newkey already exists it is overwritten. <p> Time complexity: O(1) @param oldkey @param newkey @return Status code repy

class BinaryRedis
string
rename
(
const(ubyte)[] oldkey
,
const(ubyte)[] newkey
)

Meta