Skip to content

Commit

Permalink
Upgrade redis (#90)
Browse files Browse the repository at this point in the history
* Use #to_json on Hash when passed to redis

* thread_safe: true is a noop

* Upgrade from redis 4.0.3 to 5.1.0 and relax dependency

---------

Co-authored-by: Rosa Gutierrez <[email protected]>
  • Loading branch information
dorianmariecom and rosa authored Apr 3, 2024
1 parent c43fe01 commit 15a6924
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,10 @@ GEM
rake (13.2.0)
rdoc (6.6.3.1)
psych (>= 4.0.0)
redis (4.0.3)
redis (5.1.0)
redis-client (>= 0.17.0)
redis-client (0.21.0)
connection_pool
redis-namespace (1.11.0)
redis (>= 4)
regexp_parser (2.9.0)
Expand Down Expand Up @@ -339,7 +342,7 @@ DEPENDENCIES
mission_control-jobs!
mocha
puma
redis (~> 4.0.0)
redis
redis-namespace
resque
resque-pause
Expand Down
2 changes: 1 addition & 1 deletion mission_control-jobs.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "resque-pause"
spec.add_development_dependency "mocha"
spec.add_development_dependency "debug"
spec.add_development_dependency "redis", "~> 4.0.0"
spec.add_development_dependency "redis"
spec.add_development_dependency "redis-namespace"
spec.add_development_dependency "rubocop", "~> 1.52.0"
spec.add_development_dependency "rubocop-performance"
Expand Down

0 comments on commit 15a6924

Please sign in to comment.