RedisDatabase.renameNX

Rename a key, only if the new key does not exist

struct RedisDatabase
bool
renameNX
(
string key
,
string newkey
)

Meta