You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.
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.
Problems of
redisZRange
in combination withredisKeys
e.g.redisZRange(redisKeys("A*Sensor"))
caused byf <- match.call()
in.redisCmd
which takes the call fromredisKeys
.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 thenmatch.call
has to be replaced.The text was updated successfully, but these errors were encountered: