Update dependency redis to v6 - #979
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
This file contains hidden or 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
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.
This PR contains the following updates:
5.4.1→6.0.0Release Notes
redis/redis-rb (redis)
v6.0.0Compare Source
Breaking changes
HELLO 3) by default; passprotocol: 2to keep RESP2.GEOPOSandGEOSEARCH/GEORADIUSwithWITHCOORDnow return coordinates asFloatinstead ofString.See specs/migration-resp3.md. (#1351)
New features
FT.*):ft_create,ft_alter,ft_dropindex,ft_info,ft_search,ft_aggregate, vector and hybrid search, suggestions,dictionaries, synonyms, aliases, and spellcheck. Not supported by
Redis::Distributed.(#1356, #1359, #1360, #1361)
json_set,json_get,json_mset,json_mget,json_del,json_forget,json_clear,json_merge,json_arr*,json_obj*,json_str*,json_numincrby,json_toggle,json_type,json_debug_memory. (#1346, #1347, #1348, #1349)lmovemandblmovem(Redis 8.10). (#1363)sunioncardandsdiffcard(Redis 8.10). (#1357)xreadandxreadgroupnow acceptmax_count:andmax_size:(Redis 8.10). (#1358)hexpire,hpexpire,httlandhpttl(Redis 7.4). (#1324, #1325, #1331)hscanandhscan_eachnow acceptnovalues: true(Redis 7.4). (#1327)geosearchandgeosearchstore(Redis 6.2); geo commands are now available onRedis::Distributed. (#1342)geoaddnow acceptsnx:,xx:andch:; geo radius searches acceptcount_any:;xaddaccepts
limit:(Redis 6.2). (#1345)Redis::Distributednow implementshscan,hscan_eachandhstrlen. (#1319)CLIENT SETINFO(lib-name=redis-rb,lib-ver=<version>). Extend the reported name withdriver_info:, or disable withdriver_info: false. See the README "Client identification" section. (#1369)Experimental
himport_prepare,himport_set,himport_discardandhimport_discard_all(Redis 8.10
HIMPORT). Lost fieldsets are re-prepared and retried automatically; disable withhimport_auto_prepare: false. The API may change in a future minor release. See the README"Bulk hash ingestion (HIMPORT)" section. (#1364)
Bug fixes
FloatifyPairsto not re-transform already transformed replies. (#1354)unlinknow returns0for an empty keyset, consistent withdel. (#1316)Maintenance
redis-clientto the exact version0.30.1(previously>= 0.22.0); includes thereply-desynchronization fix from 0.26.4. (#1350, #1352)
redis-rbis now maintained by the Redis Ltd company.redislabs/client-libs-testDocker images; CI now coversMRI 3.2/3.3/3.4/4.0 and TruffleRuby against Redis 7.2–8.10; JRuby removed. (#1317, #1318, #1344)
executablesconfig from the gemspec. (#1322)Configuration
📅 Schedule: (UTC)
* 0-4,22-23 * * 1-5)* * * * 0,6)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.