Skip to content
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.

rredis nested calls cause error .redisError(“Invalid argument”) in redisZRange() #39

Open
nachti opened this issue Nov 23, 2017 · 0 comments

Comments

@nachti
Copy link

nachti commented Nov 23, 2017

Problems of redisZRange in combination with redisKeys e.g. redisZRange(redisKeys("A*Sensor")) caused by f <- match.call() in .redisCmd which takes the call from redisKeys.

See https://stackoverflow.com/questions/47458369/rredis-nested-calls-cause-error-rediserrorinvalid-argument-in-rediszrange

I'm not sure, where to fix it. The most central way would be in .redisCmd, but then match.call has to be replaced.

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

No branches or pull requests

1 participant