Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
redis-benchmark: disable big buffer cleanup in hiredis context.
This new hiredis features allows us to reuse a previous context reader buffer even if already very big in order to maximize performances with big payloads (Usually hiredis re-creates buffers when they are too big and unused in order to save memory).
- Loading branch information