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

*** Redis::CommandError Exception: ERR unknown command 'locked?' #21

Open
lbrito1 opened this issue Aug 22, 2016 · 2 comments
Open

*** Redis::CommandError Exception: ERR unknown command 'locked?' #21

lbrito1 opened this issue Aug 22, 2016 · 2 comments

Comments

@lbrito1
Copy link

lbrito1 commented Aug 22, 2016

The snippet in the docs for locked? does not work. I'm using version 0.2.7.

(byebug) redis = ::Redis.connect
#<Redis client v3.3.0 for redis://localhost:6379/0>
(byebug)  redis.locked?("test")
*** Redis::CommandError Exception: ERR unknown command 'locked?'
@alexkrus
Copy link

alexkrus commented Sep 4, 2016

I have similar problem when using default gem source. After switching to github version the problem was solved.

@coatezy
Copy link

coatezy commented Nov 2, 2016

Same here, had to switch to the github master branch to resolve this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants