Closed
Description
I'm unsure as to why the mget command is called getMultiple?
The mset command is called mset.
The hash versions of these functions are called hmget and hmset.
Redis itself calls it mget.
Is there any reason why you chose to call it getMultiple?
I'd recommend renaming it to mget and creating an deprecated alias getMultiple that points to it to preserve backwards compatibility.
Metadata
Assignees
Labels
No labels