uclibs / ucrate

Scholar@UC: University of Cincinnati's self-submission institutional repository
https://scholar.uc.edu
Other
5 stars 3 forks source link

Redis-Namespace need to be upgraded #1087

Open scherztc opened 9 months ago

scherztc commented 9 months ago

Descriptive summary

Passing 'script' command to redis as is; administrative commands cannot be effectively namespaced and should be called on the redis connection directly; passthrough has been deprecated and will be removed in redis-namespace 2.0 (at /Users/scherztc/.rvm/gems/ruby-2.7.5@ucrate/gems/redlock-1.2.2/lib/redlock/client.rb:203:in `block (2 levels) in load_scripts')

Expected behavior

Actual behavior

Steps to reproduce the behavior

  1. bundle exec rake spec
  2. Then do this...

Related work

Link to related issues or prior related work here.