GithubHelp home page GithubHelp logo

brpoplpush-redis_script's People

Contributors

dougedey avatar jpcamara avatar mberlanda avatar mhenrixon avatar norydev avatar wolfer avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar

brpoplpush-redis_script's Issues

Cannot upgrade Redis to 5.0.1

Recently I updated my bundle which resulted in updating redis to "5.0.0". As you may know this version does not work with Sidekiq < 7. There is a fix for it in redis 5.0.1 but this is against dependencies constraints for this gem. Is there a purpose for it or it can be easily updated? :)

Add CodeClimate

I experimented a little with it but couldn't find a way to add the project. It seems impossible for some reason.

redis-namespace asks to use admistrative commands directly

When Sidekiq configured use redis namespaces like this

opts = {
  host:      APP_CONFIG[:redis_host].to_s,
  namespace: REDIS_NAMESPACE
}

Sidekiq.configure_server do |config|
  config.redis = opts
end

Sidekiq.configure_client do |config|
  config.redis = opts
end

Deprecated text appears at startup

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 /usr/local/rvm/gems/ruby-2.6.3/gems/brpoplpush-redis_script-0.1.1/lib/brpoplpush/redis_script/script.rb:69:in `load')
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 /usr/local/rvm/gems/ruby-2.6.3/gems/brpoplpush-redis_script-0.1.1/lib/brpoplpush/redis_script/script.rb:69:in `load')

Improve gem configuration

Like you suggested in #1 we should allow various paths and scripts to be added to the gem. Right now it just takes a dumb directory because that is what I need to be able to use it in sidekiq-unique-jobs.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.