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

Sscan freeze on empty set #253

Closed
mnorkin opened this issue May 11, 2015 · 2 comments
Closed

Sscan freeze on empty set #253

mnorkin opened this issue May 11, 2015 · 2 comments

Comments

@mnorkin
Copy link

mnorkin commented May 11, 2015

$ redis-cli -c -p 30001
$ localhost:30001> get namespace:key
$ (nil)
$ localhost:30001>
$members = $client->scard($namespace . ':' . $key); // $members = 0;

foreach (new SetKey($client, $namespace . ':' . $key) as $data) // freezes
{
  ...
}
@nrk
Copy link
Contributor

nrk commented Jun 22, 2015

That's quite strange as I can't replicate the issue in any way. Can you provide the output of MONITOR executed inside redis-cli when running this PHP script?

@nrk
Copy link
Contributor

nrk commented Jul 3, 2015

@Dummas I'm closing this issue since I'm not able to replicate it in any way even using the same versions of Predis, Redis and PHP. Feel free to re-open it if you have more details.

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

No branches or pull requests

2 participants