@@ -12,10 +12,10 @@ RedisClient is a fast, fully-functional and user-friendly client for Redis, opti
12
12
- Support __ PubSub__ and __ Monitor__ functionallity.
13
13
- Support __ Pipeline__ and __ Transactions__ .
14
14
- Support __ Redis Cluster__ .
15
- - Support __ RAW__ commands as strings ` "SET foo bar" ` or as arrays ` ['SET', 'foo', 'bar'] ` .
15
+ - Support __ RAW__ commands as arrays ` ['SET', 'foo', 'bar'] ` .
16
16
- Connections to Redis are established lazily by the client upon the first command.
17
17
- Easy to use with IDE, client has PHPDocs for all supported versions.
18
- - By default, the client works with the latest stable version of Redis (3.2 ).
18
+ - By default, the client works with the latest stable version of Redis (4.0.0 ).
19
19
- The client was tested on the next latest versions of Redis: 2.6.17, 2.8.24, 3.0.7, 3.2.8, 4.0.0.
20
20
- Also, the client was tested on PHP 5.5, 5.6, 7.0, 7.1, HHVM.
21
21
@@ -32,7 +32,7 @@ $config = [
32
32
'timeout' => 2,
33
33
34
34
// Optional. Specify version to avoid some unexpected errors.
35
- 'version' => '2.8.24 ',
35
+ 'version' => '3. 2.8',
36
36
37
37
// Optional. Use it only if Redis server requires password (AUTH)
38
38
'password' => 'some-password',
0 commit comments