REDIS-DUMP, CHANGES
#### 0.4.0 (2017-11-23) ###############################
-
ADDED: support for redis >= 4.0
-
ADDED: support for base64 encoded string keys
-
FIXED: redis passwords with special characters
#### 0.3.6 (2017-11-09) ###############################
-
FIXED: redis < 4.0 dependency [Clemens Fuchslocher]
#### 0.3.5 (2013-02-07) ###############################
-
Array#select fix for Ruby 1.8 [TIT]
#### 0.3.4 (2012-12-19) ###############################
-
ADDED: Allow loading of redis dumps with binary data (-n flag) [meekmichael]
-
FIXED: Rescue exceptions when setting values
#### 0.3.3 (2012-11-22) ###############################
-
FIXED: issue with return value from zrange in newer versions of redis lib (3.0+).
#### 0.3.2 (2012-01-05) ###############################
-
ADDED: Support setting redis URI via REDIS_URI environment variable
#### 0.3.1 (2012-01-05) ###############################
-
ADDED: New global option for redis-dump: -f
#### 0.3.0 (2012-01-04) ###############################
-
ADDED: Redis::Dump.dump_strings
-
ADDED: New global options for redis-dump: -c, -O
-
CHANGED: memory optimizations for Redis::Dump#dump
#### 0.2.0 (unreleased) ###############################
-
ADDED: Redis::Dump.chunk_size support for dump and report
#### 0.1.5 (2011-06-04) ###############################
-
FIXED: Added drydock dependency to gemspec [Mike Dupont]
#### 0.1.4 (2010-11-16) ###############################
-
FIXED: missing set_value_none
#### 0.1.3 (2010-11-16) ###############################
-
ADDED: Support for dumping a specific subset of keys
-
CHANGE: Now dependent on uri-redis 0.4+
#### 0.1.2 (2010-11-15) ###############################
-
ADDED: redis-report
#### 0.1.1 (2010-11-15) ###############################
-
ADDED: redis-load and redis-dump executables
-
ADDED: Redis::Dump.host, Redis::Dump.port
#### 0.1.0 (2010-11-15) ###############################
Initial public release.