forked from delano/redis-dump
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES.txt
71 lines (38 loc) · 1.92 KB
/
CHANGES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
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.