Release 0.1.14

* Fixed compilation warnings
* Fsync frequency for log file is now configurable
* Added support for REPLY_STATUS in nested JSON objects (helps with
  RediSearch)
master
Nicolas Favre-Felix 4 years ago
parent 6cfab3e563
commit c52f6374b5
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.14-dev"
#define WEBDIS_VERSION "0.1.14"
#endif
#endif /* VERSION_H */

Loading…
Cancel
Save