Skip to content

Releases: vapor/redis

Update to RediStack 1.0.0 Beta 2

30 Sep 06:43
c2c1fbb

Choose a tag to compare

Pre-release
This patch was authored and released by @Mordil.

Update to RediStack 1.0.0 Beta 2 to gain PubSub support

Remove RedisKit dep, use RedisStack pooling directly

30 Sep 06:13
bccec03

Choose a tag to compare

This patch was authored by @tanner0101 and released by @Mordil.

Updates this package to use RediStack directly since it now includes a connection pool (#166).

Update to latest RedisKit and Swift 5.2

12 Mar 18:32
7ab0ae2

Choose a tag to compare

Pre-release
This patch was authored and released by @Mordil.

Updates to latest RedisKit beta (#161)

Beta 4

27 Feb 11:17
0429f68

Choose a tag to compare

Beta 4 Pre-release
Pre-release
  • Match Vapor's new minimum OS requirement
  • Bump minimum required versions of dependencies
  • Major beta server due to compatibility break of new minimum OS requirement. There are no actual changes to Redis itself.

This patch was authored and released by @gwynne.

RedisStack Alpha 7 updates

14 Dec 04:07
fded401

Choose a tag to compare

Pre-release

Updates to RedisStack 1.0.0 Alpha 7 with support for Logger passing (#157)

Redis 4.0.0 Beta 2

13 Dec 02:14

Choose a tag to compare

Redis 4.0.0 Beta 2 Pre-release
Pre-release
  • Updates to latest Vapor 4 beta 2
import Redis
import Vapor

app.redis.configuration = .init(...)

app.get(...) { req in
    req.redis.get(...)
}

Redis 3.4.0

04 Aug 20:56
b6c0c98

Choose a tag to compare

Fixed:

  • Concurrent commands should now be able to be sent on the same RedisClient (#149)

Redis 4.0.0 Alpha 1

24 Jun 18:57
c08ccbb

Choose a tag to compare

Redis 3.3.1

08 May 16:39

Choose a tag to compare

New:

  • Added convenience method for LREM (#141)
  • Added convenience methods for HMSET and HMGET (#142)

Fixed:

  • Swift 5 Compiler warnings due to fileprivate access modifiers (#145)

Redis 3.3.0

02 Mar 01:57

Choose a tag to compare

New:

  • Added convenience methods for LPOP, BLPOP, BRPOP, and BRPOPLPUSH. (#138)
  • Added convenience methods for ZADD, ZCOUNT, ZRANGE, ZRANGEBYSCORE, and ZREM (#138)