Skip to content

Commit bace19f

Browse files
committed
update changelog
1 parent 1edce7b commit bace19f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
## Changelog
22

33

4+
### v2.30.5
5+
6+
- support SMISMEMBER (thanks @sandyharvie)
7+
8+
49
### v2.30.4
510

611
- fix ZADD LT/LG (thanks @sejin-P)

integration/test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ func (c *client) ErrorTheSame(msg string, cmd string, args ...string) {
569569
if mini != msg {
570570
c.t.Errorf("expected (mini)\n%q\nto contain %q\nreal:\n%s", mini, msg, real)
571571
}
572-
// real == msg && mini == msg => real == mini, so we don't want to check it explicity
572+
// real == msg && mini == msg => real == mini, so we don't want to check it explicitly
573573
}
574574

575575
// only receive a command, which can't be an error

0 commit comments

Comments
 (0)