const renamed = await redis.rename("old", "new");
Rename a key if it does not already exist.
1
0
Was this page helpful?