forked from typester/Test-RedisServer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChanges
More file actions
36 lines (25 loc) · 1.02 KB
/
Changes
File metadata and controls
36 lines (25 loc) · 1.02 KB
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
Revision history for Perl extension Test::RedisServer
0.11 2012-09-19T08:20:02+09:00
- make all waitpid non-blocking
0.10 2012-09-07T15:23:08+09:00
- specified Redis.pm minimum version because there's old version which doesn't support UNIX socket
0.09 2012-08-31T11:17:24+09:00
- set dir parameter if not already set so that tests are more repeatable if the use save()
(Jeremy Zawodny)
0.08 2012-08-16T12:46:15+09:00
- fixed wait_exit inf loop
0.07 2012-08-16T11:06:23+09:00
- added exec method
0.06 2012-08-15T17:02:00+09:00
- copy pid to avoid a uninitialized warning when stopping a instance
0.05 2012-08-15T16:47:06+09:00
- fixed wrong pid reference
0.04 2012-08-03T10:38:38+09:00
- fixed a test does not pass in localized environment (Reported by Sergey Gladkov)
- added pid method in document
0.03 2012-08-02T15:27:55+09:00
- don't listen tcp port by default.
0.02 2012-08-01T16:29:38+09:00
- added wait_exit method
0.01 2012-07-30T17:40:41+09:00
- initial version