Skip to content

Commit 5dd0ea0

Browse files
authored
Merge pull request #47 from cheprasov/upd-redis-3-2-4
upd-redis-3-2-4
2 parents 45e44f2 + 757c740 commit 5dd0ea0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ RedisClient is a fast, fully-functional and user-friendly client for Redis, opti
1414
- Support __RAW__ commands as strings `"SET foo bar"` or as arrays `['SET', 'foo', 'bar']`.
1515
- Connections to Redis are established lazily by the client upon the first command.
1616
- Easy to use with IDE, client has PHPDocs for all supported versions.
17-
- By default, the client works with the latest stable version of Redis (3.2.3).
17+
- By default, the client works with the latest stable version of Redis (3.2.x).
1818
- About **6.5-8.5% faster** than predis (based on this test: https://github.com/cheprasov/php-redis-client-vs-predis-test)
19+
- Client was tested on the next versions of Redis: 2.6.17, 2.8.24, 3.0.7, 3.2.4 (and older).
1920

2021
## Usage
2122

@@ -84,7 +85,7 @@ echo 'Redis: '. $Redis->info('Server')['redis_version'] . PHP_EOL;
8485

8586
// By default, the client works with the latest stable version of Redis.
8687
// RedisClient: 3.2
87-
// Redis: 3.0.3
88+
// Redis: 3.2.4
8889

8990

9091
```

0 commit comments

Comments
 (0)