You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RedisClient is a fast, fully-functional and user-friendly client for Redis, optimized for performance. RedisClient supports latest versions of Redis starting from __2.6__
7
+
RedisClient is a fast, fully-functional and user-friendly client for Redis, optimized for performance. RedisClient supports the latest versions of Redis starting from __2.6__ to __3.2.0-RC3__
8
8
9
9
## Main features
10
10
- Support Redis versions from __2.6__ to __3.2.0-RC3__.
11
-
- Support TCP/IP and UNIX sockets.
11
+
- Support __TCP/IP__ and __UNIX__ sockets.
12
12
- Support __PubSub__ and __Monitor__ functionallity.
13
13
- Support __Pipeline__ and __Transactions__.
14
-
- Support RAW commands as strings `"SET foo bar"` or as arrays `['SET', 'foo', 'bar']`.
14
+
- Support __RAW__ commands as strings `"SET foo bar"` or as arrays `['SET', 'foo', 'bar']`.
15
15
- Connections to Redis are established lazily by the client upon the first command.
16
16
- Easy to use with IDE, client has PHPDocs for all supported versions.
17
17
- By default, the client works with the latest stable version of Redis.
Copy file name to clipboardExpand all lines: composer.json
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
{
2
2
"name": "cheprasov/php-redis-client",
3
-
"version": "1.2.1",
4
-
"description": "Php client for Redis",
3
+
"version": "1.2.2",
4
+
"description": "Php client for Redis. It is a fast, fully-functional and user-friendly client for Redis, optimized for performance. RedisClient supports the latest versions of Redis starting from 2.6 to 3.2.0-RC3",
0 commit comments