-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
9.1.0 #248
Merged
Merged
9.1.0 #248
Conversation
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 was referenced Jun 24, 2024
aembke
added a commit
that referenced
this pull request
Jun 24, 2024
* 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 --------- Co-authored-by: Shamir Khodzha <khodzha.sh@gmail.com> Co-authored-by: Stepan Tubanov <stepan773@gmail.com>
aembke
added a commit
that referenced
this pull request
Jul 8, 2024
* 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 --------- Co-authored-by: Shamir Khodzha <khodzha.sh@gmail.com> Co-authored-by: Stepan Tubanov <stepan773@gmail.com> Co-authored-by: Ethra <107059409+ItsEthra@users.noreply.github.com>
aembke
added a commit
that referenced
this pull request
Aug 21, 2024
* 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: Shamir Khodzha <khodzha.sh@gmail.com> Co-authored-by: Stepan Tubanov <stepan773@gmail.com> Co-authored-by: Ethra <107059409+ItsEthra@users.noreply.github.com> Co-authored-by: Cass Fridkin <cass@swag.lgbt> Co-authored-by: katul979 <katul979@gmail.com> Co-authored-by: Ivan Prisyazhnyy <john.koepi@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
FromIterator
impl toRedisMap
ExclusivePool
client