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

Big inline requests silently lose data #18

Closed
berdario opened this issue Apr 8, 2014 · 0 comments
Closed

Big inline requests silently lose data #18

berdario opened this issue Apr 8, 2014 · 0 comments

Comments

@berdario
Copy link

berdario commented Apr 8, 2014

(redis/request c (apply list (repeat 3121 (redis/incr 1))))

As expected will fail with "ERR Protocol error: too big inline request"

But if the request is built differently, it will silently drop data:

(redis/request c (apply str (repeat 3121 (redis/incr 1))))
(redis/request c (redis/get 1)) ; this will return 3120 instead of 3121
@abedra abedra closed this as completed Oct 12, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants