Function RedisValue.rename
Renames the referenced key.
void rename
(
string new_name
);
This method will also update this instance to refer to the renamed key.
Renames the referenced key.
void rename
(
string new_name
);
This method will also update this instance to refer to the renamed key.