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 latests versions of Redis starting from 2.6
6
+
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
7
8
8
## Main features
9
9
- Support Redis versions from __2.6__ to __3.2.0-RC3__.
10
10
- Support TCP/IP and UNIX sockets.
11
-
- Support __PubSub__ and __monitor__ functionallity.
12
-
- Support __pipeline__.
11
+
- Support __PubSub__ and __Monitor__ functionallity.
12
+
- Support __Pipeline__ and __Transactions__.
13
13
- Support RAW commands as strings `"SET foo bar"` or as arrays `['SET', 'foo', 'bar']`.
14
14
- Connections to Redis are established lazily by the client upon the first command.
15
15
- Easy to use with IDE, client has PHPDocs for all supported versions.
0 commit comments