I'm trying to call zrangebyscore with limit and this is how im doing it
local res, err = redis:zrangebyscore("envoyip", "1527938968", "4294967296", {limit={0,1}})
But it's giving me an error "ERR syntax error". Anybody ever used it with limit and knows how to implement it correctly?
When i call without passing the limit table, it sometimes works and sometimes times out but i really want to use the limit for performance.
Thanks,
Kushal