forked from gphat/chi-driver-redis
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Changes
45 lines (35 loc) · 1.4 KB
/
Changes
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
Revision history for CHI-Driver-Redis
0.09 February 24, 2015
* Change how parameters are stored and passed to the Redis constructor
* Migrate to Moo
* Jettison _verify_redis_connection
0.08 August 13, 2014
* Use Test::Mock::Redis for tests when CHI_REDIS_SERVER not set
0.07 August 11, 2014
* Add prefix option to prefix all keys
0.06 August 4, 2014
* Set Redis encoding option to undef to disable encoding
* Fix store to use expires_in (RT#78120)
* Revert "Use hashes."
* Change maintainer
* Add support for password option to Redis (RT#97382)
0.05
* Use hashes to store info rather than crazy sets and keys.
* Indiscriminately turn off the UTF-8 flag on data coming out of
Redis.pm so CHI can handle it.
* Bump dependency versions.
0.04 March 17, 2010
* Separate ping check from reconnection exceptions so that being disconnected
doesn't become a permanent problem. We now reconnect when Redis comes back.
0.03 March 17, 2010
* PODed implementation details
* Conditional tests
0.02 December 22nd, 2009
* POD updates
* Rename _redis attribute to redis
* Lazily set redis attribute so that it is not populated until the first
use. This – plus some new error handling – prevent crazy explosions when
Redis isn't available at instantiation time.
* Add warning for when ->ping fails
0.01 Date/time
First version, released on an unsuspecting world.