-
Notifications
You must be signed in to change notification settings - Fork 4
/
Changes
46 lines (32 loc) · 1.1 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
45
46
Revision history for Perl extension Cache::Redis
{{$NEXT}}
0.13 2015-07-13T10:08:42Z
- fix argument check in `set()`
0.12 2015-07-07T12:54:14Z
- update set to return redis response messages (dnmfarrell++)
- `set` accepts callback (dnmfarrell++)
0.11 2015-04-15T03:47:42Z
- update packaging
- refactor tests
0.10 2014-03-28T08:05:19Z
- Fix bug in get_multi
0.09 2014-03-28T06:39:09Z
- Add redis option (soh335++)
0.08 2014-03-28T03:46:20Z
- Add get_multi, set_multi method (soh335++)
0.07 2013-10-16T18:02:23Z
- Add `redis_class` constructor option (EXPERIMENTAL)
0.06 2013-09-01T11:06:20Z
- Add serializer `JSON`
0.05 2013-05-09T02:38:06Z
- Do not run test case when redis-server command is not available
0.04 2013-05-07T10:31:33Z
- fixup packaging and dependencies.
0.03 2013-05-07T06:44:39Z
- Fix remove method bug. (didn't care namespace)
- remove method returns removed value.
- Switch to Minilla
0.02 Mon Apr 1 04:46:01 2013
- default serializer turn to Storable **incompatible change**
0.01 Sun Mar 31 16:34:33 2013
- original version