Skip to content

Releases: vapor/redis

Redis 3.2.0

26 Feb 19:06
136f0b6
Compare
Choose a tag to compare

New:

  • Added helpers for hash operations HSET, HKEYS, HGET, HDEL, and HGETALL. (#125)

Redis 3.1.0

07 Feb 20:59
b14ae41
Compare
Choose a tag to compare

New:

  • Adds Array conformance to RedisDataConvertible. (#130)
  • Adds string support to Int conformance to RedisDataConvertible. (#131)
  • Adds convenience methods for set operations. (#129)

Redis 3.0.3

24 Jan 00:49
cec3ee1
Compare
Choose a tag to compare

Fixed:

  • Fixed a duplicate message warning. (#134)

Redis 3.0.2

17 Sep 14:56
2fb2063
Compare
Choose a tag to compare

Fixed:

  • Added support for parsing null arrays. (#123)

Redis 3.0.1

28 Aug 06:07
1cac39d
Compare
Choose a tag to compare

Fix:

  • The EXPIRE command now works as expected. (#122)

Redis 3.0.0

17 Aug 20:22
7ad1ad7
Compare
Choose a tag to compare

Redis 3.0 is here 🎉
⚡️Non-blocking, event-driven Redis client.

Docs:
https://docs.vapor.codes/3.0/redis/getting-started/

API Docs:
https://api.vapor.codes/redis/latest/Redis

3.0.0-rc.5

31 Jul 04:00
80c9032
Compare
Choose a tag to compare

Bumped Vapor/Core to non-RC version to alleviate compatibility issues.

Redis 3.0.0 RC 4

26 Jul 17:35
674d24b
Compare
Choose a tag to compare

New:

  • Added new select(...) command and config option for choosing a database (#115).
  • Added new expire(_:after:) command (#117).
  • RedisProvider now adds a default KeyedCache implementation (#116).

Fixed:

  • Fixed a bug handling binary data in set(...) command (#118, #113).

Redis 3.0.0 RC 3

15 Jun 03:57
Compare
Choose a tag to compare
Redis 3.0.0 RC 3 Pre-release
Pre-release

New:

  • Added associated Database type to RedisClient.

Redis 3.0.0 RC 2.6

07 May 17:46
ff067d1
Compare
Choose a tag to compare
Redis 3.0.0 RC 2.6 Pre-release
Pre-release

New:

  • RedisDatabase now conforms to KeyedCacheSupporting (#109).
  • Password auth support added (#108).

Milestone:
3.0.0-rc.2.6