We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 351ccef commit 6bdcd6dCopy full SHA for 6bdcd6d
Changelog.md
@@ -7,6 +7,10 @@ and PhpRedis adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
7
8
## [Unreleased]
9
10
+---
11
+
12
+## [5.1.0] - 2019-10-31 ([GitHub](https://github.com/phpredis/phpredis/releases/tag/5.1.0), [PECL](https://pecl.php.net/package/redis/5.1.0))
13
14
### Added
15
16
- Add optional support for Zstd compression, using `--enable-redis-ztsd`.
php_redis.h
@@ -25,7 +25,7 @@
25
#define PHP_REDIS_H
26
27
/* phpredis version */
28
-#define PHP_REDIS_VERSION "5.1.0-dev"
+#define PHP_REDIS_VERSION "5.2.0-dev"
29
30
PHP_METHOD(Redis, __construct);
31
PHP_METHOD(Redis, __destruct);
0 commit comments