We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 135e45a commit a1f4be4Copy full SHA for a1f4be4
CHANGELOG.md
@@ -1,5 +1,10 @@
1
## UPCOMING
2
3
+### 1.15.2
4
+
5
+- Feature: config file (`iredisrc`)'s path now can be set by environment
6
+ variable using `IREDIS_CONFIG`.
7
8
### 1.15.1
9
10
- Bugfix: fix `xgroup help` command output.
@@ -9,10 +14,9 @@
14
- Dependency: remove pendulum, add `python-dateutil` (thanks to [deronnax])
15
- Dependency: Supports Python 3.12 Now! (thanks to [deronnax])
11
16
12
-
13
17
### 1.14.1
18
-- Bugfix: fix argument parsing, `"foo\nbar"` will be parsed to `foo` and `\`
19
+- Bugfix: fix argument parsing, `"foo\nbar"` will be parsed to `foo` and `\`
20
and `n` and `bar`, the `\` and `n` should be one character `\n` instead.
21
22
## 1.14
0 commit comments