Thanks to visit codestin.com Credit goes to github.com
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 740b8c8 commit eddbfc8Copy full SHA for eddbfc8
1 file changed
package.xml
@@ -38,6 +38,10 @@ http://pear.php.net/dtd/package-2.0.xsd">
38
</stability>
39
<license uri="http://www.php.net/license">PHP</license>
40
<notes>
41
+ phpredis 5.2.0RC2
42
+
43
+ * Include RedisSentinelTest.php with the release!
44
45
phpredis 5.2.0RC1
46
47
This release contains initial support for Redis Sentinel as well as many
@@ -117,6 +121,7 @@ http://pear.php.net/dtd/package-2.0.xsd">
117
121
<dir name='tests'>
118
122
<file role='test' name='RedisArrayTest.php'/>
119
123
<file role='test' name='RedisClusterTest.php'/>
124
+ <file role='test' name='RedisSentinelTest.php'/>
120
125
<file role='test' name='RedisTest.php'/>
126
<file role='test' name='TestRedis.php'/>
127
<file role='test' name='TestSuite.php'/>
0 commit comments