Skip to content

Commit

Permalink
cache-manager-redis: upgrading redis modules to latest (#755)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredwray authored Aug 12, 2024
1 parent 415baf4 commit 6cb2e1d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/cache-manager-redis-yet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
],
"dependencies": {
"@redis/bloom": "^1.2.0",
"@redis/client": "^1.5.17",
"@redis/client": "^1.6.0",
"@redis/graph": "^1.1.1",
"@redis/json": "^1.0.6",
"@redis/search": "^1.1.6",
"@redis/time-series": "^1.0.5",
"@redis/json": "^1.0.7",
"@redis/search": "^1.2.0",
"@redis/time-series": "^1.1.0",
"cache-manager": "^5.7.6",
"redis": "^4.7.0"
},
Expand Down

0 comments on commit 6cb2e1d

Please sign in to comment.