Ken Hibino
|
cca680a7fd
|
Change Client.Enqueue to take ProcessAt and ProcessIn as Option
|
2020-09-12 12:59:03 -07:00 |
|
Ken Hibino
|
6b96459881
|
Add test flags to run tests using redis cluster
|
2020-09-12 12:59:03 -07:00 |
|
Ken Hibino
|
34b90ecc8a
|
Return Result struct to caller of Enqueue
|
2020-07-06 05:48:31 -07:00 |
|
Ken Hibino
|
24ee4b9693
|
Define test flags for package testing
Added test flags for
- redis address (defaults to "localhost:6379")
- redis db number (defaults to 14)
- log level (defaults to FATAL)
|
2020-05-16 08:00:35 -07:00 |
|
Ken Hibino
|
fa3082e5bb
|
Change LogLevel to satisfy flag.Value interface
|
2020-05-16 08:00:35 -07:00 |
|
Ken Hibino
|
1c1474c55c
|
Add tests to simulate cases where server cannot talk to redis
|
2020-05-02 07:05:26 -07:00 |
|
Ken Hibino
|
0c998a8e17
|
Add test for signal handling
|
2020-04-28 06:56:05 -07:00 |
|
Ken Hibino
|
4ec2dc9e47
|
Minor reorganization in tests
|
2020-04-19 08:51:17 -07:00 |
|
Ken Hibino
|
eef2f5f3cb
|
Add test cases for server error
|
2020-04-19 08:51:17 -07:00 |
|
Ken Hibino
|
779065c269
|
Export Start, Stop and Quiet method on Server type
|
2020-04-19 08:51:17 -07:00 |
|
Ken Hibino
|
f9842ba914
|
Rename Background to Server
|
2020-04-19 08:51:17 -07:00 |
|