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

phpredis function spop can't use param count #29923

Closed
wenjy opened this issue Sep 9, 2019 · 2 comments
Closed

phpredis function spop can't use param count #29923

wenjy opened this issue Sep 9, 2019 · 2 comments
Labels

Comments

@wenjy
Copy link

wenjy commented Sep 9, 2019

  • Laravel Version: 5.8.34
  • PHP Version: 7.2.17
  • Database Driver & Version:

Description:

return $this->command('spop', [$key]);

Steps To Reproduce:

@driesvints driesvints added the bug label Sep 9, 2019
@driesvints
Copy link
Member

Hmm yeah we'll need to add that. We'll need to make Redis 3.2 the minimum requirement for this though because it was added then: https://redis.io/commands/spop

@driesvints
Copy link
Member

This is now fixed with #30546

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

No branches or pull requests

2 participants