Skip to content
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

fix(ts): xtrim threshold accepts string #2828

Draft
wants to merge 32 commits into
base: v5
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
bfa803f
Fix race condition when slots are re-calculated (#2731)
jjsimps May 16, 2024
d7f7f79
Release [email protected]
leibale May 16, 2024
1a3ac1e
upgrade @redis/client
leibale May 16, 2024
d5518e0
Release [email protected]
leibale May 16, 2024
fcf4119
upgrade @redis/client
leibale May 16, 2024
d5355d4
Release [email protected]
leibale May 16, 2024
4ac97ee
fix createCluster - copy `options.defaults.socket` before modifying i…
soccermax Jul 2, 2024
60c1c46
Release [email protected]
leibale Jul 2, 2024
b4c1e59
Upgrade @redis/client
leibale Jul 2, 2024
72345fe
Release [email protected]
leibale Jul 2, 2024
b4df2b2
add support for all hash field expiration commands (#2787)
sjpotter Jul 10, 2024
7d43a97
add CLIENT KILL maxAge support (v4) (#2761)
sjpotter Jul 10, 2024
a1bee1c
add geoshape support (#2788)
sjpotter Jul 10, 2024
5576a0d
CAE-193: add "IGNORE" options to time series commands (for v4 branch)…
sjpotter Jul 10, 2024
64fca37
Support the NOVALUES option of HSCAN (#2711)
gerzse Jul 14, 2024
0e7e2e6
add missing fields support to schema (v4) (#2789)
sjpotter Jul 17, 2024
d09aaa3
small internal tweak for maxage per discussion w/ leibele (#2803)
sjpotter Jul 23, 2024
b884e13
don't expand/copy rawValues, return it directly. (#2800)
sjpotter Jul 23, 2024
6f79b49
updated per discussion w/ leibele (#2804)
sjpotter Jul 24, 2024
54b3e17
add addscores to aggregate search command (#2799)
sjpotter Jul 29, 2024
dc3be85
add 7.4-rc2 to github action test suite (#2793)
sjpotter Jul 29, 2024
179b9e0
fix: json.mget should be readonly (#2807) (#2808)
marcoreni Jul 29, 2024
840ec57
small refactor per discussion with leibele (#2801)
sjpotter Jul 29, 2024
3973fa2
Release [email protected]
leibale Jul 29, 2024
49ef273
Update tests.yml
leibale Jul 29, 2024
18ccc28
fix hash expiration tests
leibale Jul 29, 2024
fff7b00
Release [email protected]
leibale Jul 29, 2024
268ceda
Release [email protected]
leibale Jul 29, 2024
b493afa
Release [email protected]
leibale Jul 29, 2024
878fb69
upgrade deps
leibale Jul 29, 2024
2fc79bd
Release [email protected]
leibale Jul 29, 2024
a42b7fb
fix(ts): xtrim threshold accepts string
Eomm Sep 5, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
upgrade @redis/client
  • Loading branch information
leibale committed May 16, 2024
commit fcf41192d159b54a619f39f2379133bbe25d4c36
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"dependencies": {
"@redis/bloom": "1.2.0",
"@redis/client": "1.5.15",
"@redis/client": "1.5.16",
"@redis/graph": "1.1.1",
"@redis/json": "1.0.6",
"@redis/search": "1.1.6",
Expand Down
Loading