-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
module commands to be marked as unstable and require clients to opt in #2766
Commits on Jun 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3892f92 - Browse repository at this point
Copy the full SHA 3892f92View commit details -
enable module commands to be marked as unstable and require clients t…
…o opt in to that.
Configuration menu - View commit details
-
Copy full SHA for 54d2c0d - Browse repository at this point
Copy the full SHA 54d2c0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5806f68 - Browse repository at this point
Copy the full SHA 5806f68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f2e8d5 - Browse repository at this point
Copy the full SHA 0f2e8d5View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8a300f - Browse repository at this point
Copy the full SHA f8a300fView commit details -
bring all modules / all commands into v5
update unstableResp3Module flag to only commands that have unstable api add ability to tag commands to ignore user type mapping (as transformReply will convert it to a non typed map type) update bloom info commands to work with new non typed map ability fill in search/time-series commands and tag with unstableResp3Modules flag as appropriate
Configuration menu - View commit details
-
Copy full SHA for 1c77ab0 - Browse repository at this point
Copy the full SHA 1c77ab0View commit details -
Configuration menu - View commit details
-
Copy full SHA for f13f47a - Browse repository at this point
Copy the full SHA f13f47aView commit details -
move tuples to map to requiring simple string for map key
adjust all usages of it to SimpleStringReply
Configuration menu - View commit details
-
Copy full SHA for 5daf11b - Browse repository at this point
Copy the full SHA 5daf11bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a91dded - Browse repository at this point
Copy the full SHA a91ddedView commit details
Commits on Jun 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9baec20 - Browse repository at this point
Copy the full SHA 9baec20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33adc6f - Browse repository at this point
Copy the full SHA 33adc6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e7f11c - Browse repository at this point
Copy the full SHA 8e7f11cView commit details
Commits on Jun 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 465911e - Browse repository at this point
Copy the full SHA 465911eView commit details
Commits on Jun 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f08e94f - Browse repository at this point
Copy the full SHA f08e94fView commit details
Commits on Jun 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6e60233 - Browse repository at this point
Copy the full SHA 6e60233View commit details
Commits on Jun 27, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6c34d6b - Browse repository at this point
Copy the full SHA 6c34d6bView commit details
Commits on Jul 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d896b09 - Browse repository at this point
Copy the full SHA d896b09View commit details
Commits on Jul 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7327f5e - Browse repository at this point
Copy the full SHA 7327f5eView commit details
Commits on Jul 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9a85b10 - Browse repository at this point
Copy the full SHA 9a85b10View commit details
Commits on Aug 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f555c4d - Browse repository at this point
Copy the full SHA f555c4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17e4dd5 - Browse repository at this point
Copy the full SHA 17e4dd5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 629e790 - Browse repository at this point
Copy the full SHA 629e790View commit details -
Configuration menu - View commit details
-
Copy full SHA for 418f79e - Browse repository at this point
Copy the full SHA 418f79eView commit details
Commits on Aug 14, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9dde283 - Browse repository at this point
Copy the full SHA 9dde283View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4dea5cb - Browse repository at this point
Copy the full SHA 4dea5cbView commit details
Commits on Aug 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4f74a86 - Browse repository at this point
Copy the full SHA 4f74a86View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0af1eb - Browse repository at this point
Copy the full SHA f0af1ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bee30f - Browse repository at this point
Copy the full SHA 4bee30fView commit details
Commits on Aug 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 77592d2 - Browse repository at this point
Copy the full SHA 77592d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 60499fc - Browse repository at this point
Copy the full SHA 60499fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ac0964 - Browse repository at this point
Copy the full SHA 2ac0964View commit details -
Configuration menu - View commit details
-
Copy full SHA for aef901e - Browse repository at this point
Copy the full SHA aef901eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60fd22c - Browse repository at this point
Copy the full SHA 60fd22cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4066097 - Browse repository at this point
Copy the full SHA 4066097View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b2bbb5 - Browse repository at this point
Copy the full SHA 2b2bbb5View commit details
Commits on Aug 22, 2024
-
redo resp2 "map" types to return Objects to be resp3 default compatible
+ 'fix' for event 'end' test.
Configuration menu - View commit details
-
Copy full SHA for 9ac2ee8 - Browse repository at this point
Copy the full SHA 9ac2ee8View commit details
Commits on Aug 25, 2024
-
adding "type mapping" to transformReply
enables type mapping of "maps" in resp2 responses that are "fake maps"/mapes in resp3. also enables user configuration of fake maps in resp3 responses (stream message fields).
Configuration menu - View commit details
-
Copy full SHA for 0337343 - Browse repository at this point
Copy the full SHA 0337343View commit details -
move all 'DoubleReply' in resp2 to new type mapping system
+ fix things I missed in search
Configuration menu - View commit details
-
Copy full SHA for f3013f1 - Browse repository at this point
Copy the full SHA f3013f1View commit details -
zpopmax (and related) get messed up a by a vsc getter insertion. memory_stats was teting for strings, but inherent DoubleReply are now returned as numbers by default
Configuration menu - View commit details
-
Copy full SHA for 11bd5d2 - Browse repository at this point
Copy the full SHA 11bd5d2View commit details -
change Buffer('a') to Syumbol() to force TypeError
unsure if this is correct, but everything that is type 'object' will be handled by code as is.
Configuration menu - View commit details
-
Copy full SHA for 142dfb4 - Browse repository at this point
Copy the full SHA 142dfb4View commit details
Commits on Sep 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d42fd70 - Browse repository at this point
Copy the full SHA d42fd70View commit details
Commits on Sep 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 78f1de6 - Browse repository at this point
Copy the full SHA 78f1de6View commit details
Commits on Sep 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5676a72 - Browse repository at this point
Copy the full SHA 5676a72View commit details
Commits on Sep 25, 2024
-
move info commands to discussed format
we will always return a typemapped resp3 format, even in resp2. we will not massage the field names to remove the spaces. + handles type mapping of double in resp2 for the one case.
Configuration menu - View commit details
-
Copy full SHA for e57ca82 - Browse repository at this point
Copy the full SHA e57ca82View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf8a93c - Browse repository at this point
Copy the full SHA bf8a93cView commit details -
didn't update tests, and got types wrong
Configuration menu - View commit details
-
Copy full SHA for 52bd5c0 - Browse repository at this point
Copy the full SHA 52bd5c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d0485b - Browse repository at this point
Copy the full SHA 3d0485bView commit details
Commits on Sep 29, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9adac9d - Browse repository at this point
Copy the full SHA 9adac9dView commit details
Commits on Oct 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ea51f39 - Browse repository at this point
Copy the full SHA ea51f39View commit details
Commits on Oct 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5202955 - Browse repository at this point
Copy the full SHA 5202955View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4b67f6 - Browse repository at this point
Copy the full SHA b4b67f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58f88b5 - Browse repository at this point
Copy the full SHA 58f88b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ad4171 - Browse repository at this point
Copy the full SHA 8ad4171View commit details -
1 - use redis-stack only 2 - protect hscan-novalues for older versions 3 - disable graph tests
Configuration menu - View commit details
-
Copy full SHA for d0396e7 - Browse repository at this point
Copy the full SHA d0396e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for faa67f3 - Browse repository at this point
Copy the full SHA faa67f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 830d5db - Browse repository at this point
Copy the full SHA 830d5dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for fcdb1c0 - Browse repository at this point
Copy the full SHA fcdb1c0View commit details -
fix
TS.M[REV]RANGE[_WITHLABELS|_SELECTED_LABELS]
& `TS.MGET[_WITHLA……BELS|_SELECTED_LABELS]`
Configuration menu - View commit details
-
Copy full SHA for 7ead8e4 - Browse repository at this point
Copy the full SHA 7ead8e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68ca83b - Browse repository at this point
Copy the full SHA 68ca83bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e8c183 - Browse repository at this point
Copy the full SHA 9e8c183View commit details
Commits on Oct 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3f65936 - Browse repository at this point
Copy the full SHA 3f65936View commit details -
Configuration menu - View commit details
-
Copy full SHA for 839e14b - Browse repository at this point
Copy the full SHA 839e14bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 91ed69e - Browse repository at this point
Copy the full SHA 91ed69eView commit details
Commits on Oct 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2d18b36 - Browse repository at this point
Copy the full SHA 2d18b36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31d61b8 - Browse repository at this point
Copy the full SHA 31d61b8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 25fdd32 - Browse repository at this point
Copy the full SHA 25fdd32View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59a27cc - Browse repository at this point
Copy the full SHA 59a27ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf11c35 - Browse repository at this point
Copy the full SHA bf11c35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a5ac15 - Browse repository at this point
Copy the full SHA 1a5ac15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16950d0 - Browse repository at this point
Copy the full SHA 16950d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1b935c - Browse repository at this point
Copy the full SHA e1b935cView commit details
Commits on Oct 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1f346f8 - Browse repository at this point
Copy the full SHA 1f346f8View commit details