Skip to content

SwiftQ 0.1.0

Compare
Choose a tag to compare
@John-Connolly John-Connolly released this 11 Aug 23:57
· 44 commits to master since this release

Added

  • 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.