You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Connection pooling for Redis. This dramatically improves performance.
Added Middleware protocol.
Changed
RedisConfig now has a parameter for max number of connections.
Fixed
Fixed bug on Linux where Host.current().name was not returning the hostname.
Fixed bug on Linux where the tasks would not delete from the processing queue. Redis's LREM command was not deleting tasks in the processing queue because of the inconsistent ordering of JSONSerialization on linux.