Skip to content

Commit 3d50aa3

Browse files
committed
Release 4.0.2.
1 parent 73bf749 commit 3d50aa3

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 4.0.2
2+
3+
* Added `Redis#unlink`. See #766.
4+
5+
* `Redis.new` now accept a custom connector via `:connector`. See #591.
6+
7+
* `Redis#multi` no longer perform empty transactions. See #747.
8+
9+
* `Redis#hdel` now accepts hash keys as multiple arguments like `#del`. See #755.
10+
11+
* Allow to skip SSL verification. See #745.
12+
13+
* Add Geo commands: `geoadd`, `geohash`, `georadius`, `georadiusbymember`, `geopos`, `geodist`. See #730.
14+
115
# 4.0.1
216

317
* `Redis::Distributed` now supports `mget` and `mapped_mget`. See #687.

lib/redis/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class Redis
2-
VERSION = "4.0.1"
2+
VERSION = "4.0.2"
33
end

0 commit comments

Comments
 (0)