Skip to content

Commit 0939ec0

Browse files
committed
v2.000
* #166: add ssl, username and password args to redis sentinel (Merwan Ouddane) * #163: Add support for username/password AUTH (Joel Chornik) * #162: Retry socket connect if errno is EINTR (Michael Schout) * #158: Better fix of redis version in test (Michal Josef Špaček) * #156: Fix of test for multiple arguments in info command (Michal Josef Špaček)
1 parent 46ed597 commit 0939ec0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Changes

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@ Revision history for Redis
22

33
{{$NEXT}}
44

5+
2.000 2023-01-13 22:55:51+01:00 Europe/Paris
6+
7+
* #166: add ssl, username and password args to redis sentinel (Merwan Ouddane)
8+
* #163: Add support for username/password AUTH (Joel Chornik)
9+
* #162: Retry socket connect if errno is EINTR (Michael Schout)
10+
* #158: Better fix of redis version in test (Michal Josef Špaček)
11+
* #156: Fix of test for multiple arguments in info command (Michal Josef Špaček)
12+
513
1.999 2022-01-14 21:42:33+01:00 Europe/Paris
614

715
* enable ssl support

0 commit comments

Comments
 (0)