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