From 668977aa6a04dbdfb1c4856dbf8577800505873e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Tue, 25 Jan 2022 21:03:28 +0100 Subject: Merging upstream version 1.11.0: - compatible with mistune 2.0 (Closes: #1003572). Signed-off-by: Daniel Baumann --- iredis/data/commands/eval.md | 2 +- iredis/data/commands/xadd.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'iredis/data/commands') diff --git a/iredis/data/commands/eval.md b/iredis/data/commands/eval.md index 3618ac6..f85d727 100644 --- a/iredis/data/commands/eval.md +++ b/iredis/data/commands/eval.md @@ -733,7 +733,7 @@ Valid formats: > - big endian < - little endian ![num] - alignment -x - pading +x - padding b/B - signed/unsigned byte h/H - signed/unsigned short l/L - signed/unsigned long diff --git a/iredis/data/commands/xadd.md b/iredis/data/commands/xadd.md index aca1de7..8a80556 100644 --- a/iredis/data/commands/xadd.md +++ b/iredis/data/commands/xadd.md @@ -52,7 +52,7 @@ to match the one of this other system. documentation page for more information. This allows adding new entries and keeping the stream's size in check with a single call to `XADD`, effectively capping the stream with an arbitrary threshold. Although exact trimming is -possible and is the default, due to the internal representation of steams it is +possible and is the default, due to the internal representation of streams it is more efficient to add an entry and trim stream with `XADD` using **almost exact** trimming (the `~` argument). -- cgit v1.2.3