Closed AllYourTexts closed 9 years ago
I'm seeing an issue where I get resp: Invalid input when I try to retrieve (via LRANGE) a list of >= 999 elements.
resp: Invalid input
LRANGE
This is on Ubuntu 14.04 / go1.4.1 and the latest gosexy/redis.
I've created a POC program here: https://gist.github.com/AllYourTexts/f3073468febcb7000273
Thanks for your test code @AllYourTexts! The PR from @mtlynch fixed this one.
I'm seeing an issue where I get
resp: Invalid input
when I try to retrieve (viaLRANGE
) a list of >= 999 elements.This is on Ubuntu 14.04 / go1.4.1 and the latest gosexy/redis.
I've created a POC program here: https://gist.github.com/AllYourTexts/f3073468febcb7000273