Release 0.1.18

New feature: support for SSL connections to Redis.

Webdis can now connect securely to Redis, thanks to the Hiredis
client library. Docker images for Webdis will now contain two binaries,
"webdis" and "webdis-ssl", the latter depending on OpenSSL.

See Webdis README for details: https://github.com/nicolasff/webdis#configuring-webdis-with-ssl
master
Nicolas Favre-Felix 3 years ago
parent 277e6fc303
commit a12c39a6f3
No known key found for this signature in database
GPG Key ID: C04E7AA8B6F73372

@ -2,7 +2,7 @@
#define VERSION_H
#ifndef WEBDIS_VERSION
#define WEBDIS_VERSION "0.1.18-dev"
#define WEBDIS_VERSION "0.1.18"
#endif
#endif /* VERSION_H */

Loading…
Cancel
Save