-
Notifications
You must be signed in to change notification settings - Fork 13
/
Changes
47 lines (36 loc) · 1.49 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
47
Revision history for Mojo-Redis2
0.08 Sat Aug 23 18:24:11 2014
* Fix t/start-server.t test for DESTROY()-ed server
0.07 Fri Aug 22 16:34:14 2014
* Replace start_server() with Mojo::Redis2::Server
0.0602 Wed Aug 20 12:06:20 2014
* Fix failed CPAN index, by adding $VERSION to
Mojo::Redis2::Transaction
0.0601 Wed Aug 20 11:59:46 2014
* Fix failed CPAN index, by adding $VERSION to
Mojo::Redis2::Transaction
0.06 Wed Aug 20 11:49:23 2014
* Add Mojo::Redis2::Bulk for grouped commands
* Add Mojo::Redis2::Client for CLIENT commands
0.05 Tue Aug 19 14:29:23 2014
* Add connection event
0.0401 Wed Aug 13 16:41:39 2014
* Fix "Could not start Redis" test
0.04 Wed Aug 13 16:39:28 2014
* Fix Not enough arguments for grep at Mojo/Redis2.pm line 444, near "};"
* Add blpop(), brpop() and brpoplpush() as invalid methods on
Mojo::Redis2::Transaction
0.03 Wed Aug 6 11:35:43 2014
* Add watch() to Mojo::Redis2::Transaction
* Add blpop(), brpop() and brpoplpush() to Mojo::Redis2
0.02 Wed Aug 6 10:20:32 2014
* Fix the order commands are sent
* Fix missing dependency: Protocol::Redis
* Add support for transactions
0.01 Tue Aug 5 13:32:27 2014
* Started project
* Add blocking support
* Add message/pmessage events for pub/sub
* Add support for basic Redis operations
* Add error handling
* Can start Redis server