Skip to content

Releases: scuml/Kitura-redis

2.2.3

17 Dec 15:23
Compare
Choose a tag to compare

Removes debug statement when issuing commands.

2.2.2

25 May 12:23
fdb4766
Compare
Choose a tag to compare

Adds connectWithSSL parameter

2.2.1

29 Mar 13:42
4083d02
Compare
Choose a tag to compare

Adds ability to skip SSL verification

SSL Support

10 Feb 14:46
862dac0
Compare
Choose a tag to compare

Adds SSL support.

AUTH with username support

13 Oct 12:10
eaab8d7
Compare
Choose a tag to compare

AUTH with username support
Adds redis.disconnect()

Performance Optimizations

28 Sep 15:27
Compare
Choose a tag to compare

Speeds up token discovery while parsing messages. Slight optimization on findCrlf.

Optimization patch

04 Sep 12:14
a2c2e52
Compare
Choose a tag to compare
2.1.4

Update RedisResp.swift

Optimizations

29 Aug 14:31
d3c3fff
Compare
Choose a tag to compare

Significantly speeds up parsing of responses from Redis. Almost 10X performance gain when fetching bulk arrays or running SCAN.

Sorted Set Updates

19 Feb 12:08
edf91f0
Compare
Choose a tag to compare

Decimal sorted set support.
ZRANGE adds withscores: parameter

SSL Support

10 Feb 14:41
Compare
Choose a tag to compare

Adds SSL Support to redis connnections.