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 the latest versions of Redis starting from __2.6__ to __3.2__
8
8
9
9
## Main features
10
-
- Support Redis versions from __2.6__ to __3.2.0__.
10
+
- Support Redis versions from __2.6__ to __3.2.x__.
11
11
- Support __TCP/IP__ and __UNIX__ sockets.
12
12
- Support __PubSub__ and __Monitor__ functionallity.
Copy file name to clipboardExpand all lines: composer.json
+2-2Lines changed: 2 additions & 2 deletions
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.4.0",
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",
3
+
"version": "1.5.0",
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 commit comments