-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: add redisearch interface * ci: adapt testing and ci processes to use both redis and valkey * feat: add `FromIterator` impl to `RedisMap` * feat: add `ExclusivePool` client * fix: filter nil fields in hmset, hset * feat: switch trust-dns-resolver to hickory-dns * fix: remove infinitely recursing `From<&Box<[u8]>>` impl * feat: add PEXPIRE and PEXPIREAT * feat: add redis+unix from_url scheme * fix: empty hostname in cluster slots response * fix: do not ignore invalid client config to cluster on reconnect --------- Co-authored-by: Cass Fridkin <[email protected]> Co-authored-by: katul979 <[email protected]> Co-authored-by: Ivan Prisyazhnyy <[email protected]> Co-authored-by: Ethra <[email protected]> Co-authored-by: Shamir Khodzha <[email protected]> Co-authored-by: Stepan Tubanov <[email protected]>
- Loading branch information
1 parent
7689bda
commit c6d299d
Showing
108 changed files
with
5,135 additions
and
1,899 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"rust-analyzer.cargo.features": "all", | ||
"rust-analyzer.check.command": "clippy", | ||
"rust-analyzer.rustfmt.overrideCommand": [ | ||
"rustup", | ||
"run", | ||
"nightly", | ||
"rustfmt" | ||
] | ||
} |
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.