Generic
RENAMENX
Rename a key if it does not already exist.
Renames a key, only if the new key does not exist.
Throws an exception if the key does not exist.
Arguments
source
str
requiredThe original key.
destination
str
requiredA new name for the key.
Response
True
if key was renamed