Skip to content

v2.4.0 Stable Release

Latest
Compare
Choose a tag to compare
@adilbaig adilbaig released this 21 Apr 13:00
e4e74ce

This release adds TLS support to TinyRedis thanks to an implementation by @FeepingCreature . TLS was added in Redis 6.0.

Use the new Redis ctor to connect via TLS

this(const(ubyte)[] certificateData, const(ubyte)[] privateKeyData, const(ubyte)[] caData,
			string host = "127.0.0.1", ushort port = 6379)

What's Changed

Full Changelog: v2.3.2...v2.4