File tree 3 files changed +28
-3
lines changed
3 files changed +28
-3
lines changed Original file line number Diff line number Diff line change 1
1
## Changelog
2
2
3
+ ## v2.1.2 (2023-03-02)
4
+
5
+ ## Added
6
+ - Added stream commands to ` KeyPrefixProcessor ` (#1051 )
7
+ - Added ` ReplicationStrategy::$loadBalancing ` option to disable replica reads (#1168 )
8
+ - Added support for ` FCALL ` and ` FUNCTIONS ` commands (#1049 )
9
+ - Added support for ` PEXPIRETIME ` command (#1031 )
10
+ - Added support for ` EXPIRETIME ` command (#1029 )
11
+ - Added support for ` EVAL_RO ` command (#1032 )
12
+ - Added support for ` LCS ` command (#1035 )
13
+ - Added support for ` SORT_RO ` command (#1044 )
14
+ - Added support for ` SINTERCARD ` command (#1027 )
15
+ - Added support for ` EVALSHA_RO ` command (#1034 )
16
+ - Added support for new arguments for ` BITPOS ` and ` BITCOUNT ` commands (#1045 )
17
+ - Added support for new arguments for ` EXPIRE ` and ` EXPIREAT ` commands (#1046 )
18
+
19
+ ## Bug Fixes
20
+ - Fixed deprecated function call syntax
21
+
22
+ ## Deprecated
23
+ - Further deprecated phpiredis and webdis integration (#1179 )
24
+
25
+ ## Maintenance
26
+ - Applied coding standards
27
+ - Pass PHPStan level 2
28
+
3
29
## v2.1.1 (2023-01-17)
4
30
5
31
## Bug Fixes
12
38
## v2.1.0 (2023-01-16)
13
39
14
40
## New Features
15
-
16
41
- Implemented ` GETEX ` command (#872 )
17
42
- Implemented ` GETDEL ` command (#869 )
18
43
- Implemented ` COPY ` command (#866 )
Original file line number Diff line number Diff line change 1
- 2.1.1
1
+ 2.1.2
Original file line number Diff line number Diff line change 47
47
*/
48
48
class Client implements ClientInterface, IteratorAggregate
49
49
{
50
- public const VERSION = '2.1.1 ' ;
50
+ public const VERSION = '2.1.2 ' ;
51
51
52
52
/** @var OptionsInterface */
53
53
private $ options ;
You can’t perform that action at this time.
0 commit comments