Skip to content

Releases: vapor/queues-redis-driver

Implemented redisTLSClient and add it to the RedisConnectionPool

30 May 01:50
89a4350
Compare
Choose a tag to compare
This patch was authored by @Kishimotovn and released by @gwynne.

This PR is to mirror the updates from vapor/redis#205 to the Queues Redis Driver to support SSL connection for Redis.

Misc cleanups

30 May 01:38
09fac77
Compare
Choose a tag to compare
This patch was authored and released by @gwynne.
  • Updates min Swift version to 5.6 to match Vapor
  • Updates CI (it's a Gwynne PR, what were you expecting?)
  • Updates README

Add missing platform specifiers

22 Mar 09:01
5e42bcd
Compare
Choose a tag to compare
This patch was authored and released by @gwynne.

Also bump Swift version minimum to something closer to Vapor's

Use `context.eventLoop` for executing redis commands

19 May 17:29
2728477
Compare
Choose a tag to compare
This patch was authored by @Andrewangeta and released by @jdmcd.

Adds full conformance to the RedisClient protocol to use the context's eventLoop for commands vs the default RedisConnectionPools RedisConnection eventLoop for commands.

Fixes delayed jobs being kept in the processing queue.

07 Apr 14:26
5307753
Compare
Choose a tag to compare
This patch was authored by @Andrewangeta and released by @jdmcd.

Pushing delayed jobs back into the queue should also remove them from the processing queue.

Sets the Date encoding/decoding strategy for getting and setting values.

31 Mar 04:25
cebfd99
Compare
Choose a tag to compare
This patch was authored by @Andrewangeta and released by @jdmcd.

Sets the Date encoding/decoding strategy for getting and setting values.
(This should only effect top level properties like queuedAt and delayUntil not the custom payload)

1.0.0

10 Dec 23:44
04306b8
Compare
Choose a tag to compare

Please see the docs for using queues.

Use Redis v4 release

09 Dec 07:24
04306b8
Compare
Choose a tag to compare
Use Redis v4 release Pre-release
Pre-release
This patch was authored and released by @Mordil.

Drop RedisKit dependency to use Vapor/Redis directly

16 Nov 22:46
907aa8d
Compare
Choose a tag to compare
This patch was authored by @Mordil and released by @0xTim.

Drop RedisKit and use Vapor/Redis directly (#19)

Updated Vapor and Queues Releases

17 Apr 15:28
2212b5d
Compare
Choose a tag to compare
Pre-release
  • Updates to official Vapor and Queues releases.
  • Adds doc blocks.