-
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BREAKING: improve commands API correctness (#132)
## Adjustment * migrate: add auth option * object_idletime: renamed from object_ideltime * object_freq: add BulkNil to return type * restore: add absttl, idletime, and freq options * scan: add type options * sort: make limit option an object and make order optional * incrbyfloat: return type BulkString * mset: add support for Record and improve type safety * msetnx, geoadd, hmset, and hset: ditto * set: add keepttl option * geopos: return type BulkString * geo* : adjust options names * bzop*: make timeout first argument to use rest with keys * z*store: add support for Record to add multiple arguments * eval: remove numkeys argument, get this value from keys.length * acl* and memory*: adjust some commands to return BulkString instead of Status ## Addition * zadd_incr: zadd with incr option that only accepts a single member score pair and returns Bulk * replicaof_no_one: REPLICAOF NO ONE * slaveof_no_one: SLAVEOF NO ONE
- Loading branch information
Showing
10 changed files
with
787 additions
and
885 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.