• antirez's avatar
    Streams: use bulk replies instead of status replies. · 1eb0994e
    antirez authored
    They play better with Lua scripting, otherwise Lua will see status
    replies as "ok" = "string" which is very odd, and actually as @oranagra
    reasoned in issue #5456 in the rest of the Redis code base there was no
    such concern as saving a few bytes when the protocol is emitted.
    1eb0994e
t_stream.c 100 KB