Skip to content

Commit

Permalink
Release 4.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Aug 13, 2018
1 parent 73bf749 commit 3d50aa3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,17 @@
# 4.0.2

* Added `Redis#unlink`. See #766.

* `Redis.new` now accept a custom connector via `:connector`. See #591.

* `Redis#multi` no longer perform empty transactions. See #747.

* `Redis#hdel` now accepts hash keys as multiple arguments like `#del`. See #755.

* Allow to skip SSL verification. See #745.

* Add Geo commands: `geoadd`, `geohash`, `georadius`, `georadiusbymember`, `geopos`, `geodist`. See #730.

# 4.0.1

* `Redis::Distributed` now supports `mget` and `mapped_mget`. See #687.
Expand Down
2 changes: 1 addition & 1 deletion lib/redis/version.rb
@@ -1,3 +1,3 @@
class Redis
VERSION = "4.0.1"
VERSION = "4.0.2"
end

0 comments on commit 3d50aa3

Please sign in to comment.