Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Free autopipelining callbacks when they stop getting used.
Set kCallbacks field to null instead of the empty array because nothing should append to it until a new pipeline starts. If anything did, that is a bug. With Redis.Cluster, there could be 65536 different arrays pointing to callbacks that aren't needed.
- Loading branch information