When an utf8 char was detected in a string, jedis flushed its output buffer for each char. Now, the buffer is only flushed when it is really full.
When an utf8 char was detected in a string, jedis flushed its output buffer for each char. Now, the buffer is only flushed when it is really full.