Arguments
string
required
The original key.
string
required
A new name for the key.
Response
OKDocumentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
await redis.rename("old", "new");
Rename a key
OK await redis.rename("old", "new");
Was this page helpful?