-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: added a new client builder and configuration interface * feat: reworked or removed the majority of the `globals` interface * feat: support multiple IP addresses in the `Resolve` interface * feat: add `with_options` command configuration interface * feat: replaced the `no-client-setname` feature flag with `auto-client-setname` * fix: redesign the connection timeout configuration interface * feat: add an interface to configure TCP socket options * fix: removed the automatic `serde_json::Value` -> `RedisValue` type conversion logic * fix: implement `ClientLike` for `RedisPool` * feat: moved and refactored the `on_*` functions into a new `EventInterface` * fix: fixed several bugs with the `Replica` routing implementation * fix: fixed several bugs and inconsistencies related to parsing single-element arrays * fix: changed several `FromRedis` type conversion rules * feat: add a RedisJSON interface * feat: add a RESP2 and RESP3 codec interface * fix: all commands now return generic types --------- Co-authored-by: Rob Day <[email protected]> Co-authored-by: Alexander May <[email protected]>
- Loading branch information
1 parent
a9bf850
commit 9bbb922
Showing
185 changed files
with
7,797 additions
and
5,642 deletions.
There are no files selected for viewing
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.