Ken Hibino
4c2fd0d36a
Use color package to bold fonts in CLI output
2020-09-12 10:33:04 -07:00
Ken Hibino
9164b2ed26
Update migrate command
2020-09-10 07:20:40 -07:00
Ken Hibino
eeb431369c
Mention about testing using redis cluster in CONTRIBUTING.md
2020-09-09 19:18:05 -07:00
Ken Hibino
279089f8b9
Minor test updates
2020-09-09 19:17:56 -07:00
Ken Hibino
3d49defc57
Add Close to Inspector
2020-09-08 06:54:18 -07:00
Ken Hibino
008eb391f1
Close redis client after each test run
2020-09-08 06:51:01 -07:00
Ken Hibino
b01464e64b
Add MaxRedirects field in RedisClusterClientOpt
2020-09-08 05:56:45 -07:00
Ken Hibino
b3174a9b9d
Add Username field to RedisConnOpt
2020-09-08 05:56:01 -07:00
Ken Hibino
7f4533269f
Display cluster info in stats command when --cluster flag is passed
2020-09-07 12:55:32 -07:00
Ken Hibino
2eb2724674
Add GetQueueName helper to extract queue name from context
2020-09-07 10:54:42 -07:00
Ken Hibino
2856870f5e
Update package documentation
2020-09-07 10:44:10 -07:00
Ken Hibino
e99e443e27
Update README
2020-09-06 15:01:58 -07:00
Ken Hibino
0fa1c2b6e8
Rename Enqueue methods in Inspector to Run
2020-09-05 13:37:24 -07:00
Ken Hibino
8385383760
Rename InProgress to Active
2020-09-05 12:43:15 -07:00
Ken Hibino
d849d33d0b
Rename NextEnqueueAt to NextProcessAt
2020-09-05 07:11:55 -07:00
Ken Hibino
5ecbbf4b40
Rename Enqueued to Pending
2020-09-05 07:04:49 -07:00
Ken Hibino
287439d9d8
Change Client.Enqueue to take ProcessAt and ProcessIn as Option
2020-09-05 06:29:08 -07:00
Ken Hibino
2298e3f913
Use different redis db number for rdb package tests
2020-09-02 06:35:27 -07:00
Ken Hibino
58c4612c72
Display cluster keyslot and nodes in queueList command
2020-09-02 06:35:27 -07:00
Ken Hibino
bbeed8050a
Add ClusterNodes and ClusterKeySlot in Inspector
2020-09-02 06:35:27 -07:00
Ken Hibino
add26ebad4
Fix flaky test
2020-09-02 06:35:27 -07:00
Ken Hibino
33c10d8892
Add redis-cluster support in asynq CLI
2020-09-02 06:35:27 -07:00
Ken Hibino
890b2c1b55
Validate queue name in Inspector
2020-09-02 06:35:27 -07:00
Ken Hibino
09f4174195
Return error if queue name is empty when enqueueing
2020-09-02 06:35:27 -07:00
Ken Hibino
a0c2c1e10d
Upgrade redis client lib to v7.4.0
2020-09-02 06:35:27 -07:00
Ken Hibino
0b3732718f
Add test flags to run tests using redis cluster
2020-09-02 06:35:27 -07:00
Ken Hibino
6176565abc
Fix flaky ProcessorRetry test
2020-09-02 06:35:27 -07:00
Ken Hibino
ecbfac2c46
Add RedisClusterClientOpt to connect to redis cluster
2020-09-02 06:35:26 -07:00
Ken Hibino
7ee1e27822
Fix done lua script
...
If UniqueKey is an empty string, do not provide the key to Lua script
because that will cause CROSSSLOT error in redis cluster (since it
doesn't have any hash tag).
2020-09-02 06:35:26 -07:00
Ken Hibino
8daac4af0f
Fix dequeue Lua script to use a single hash tag
2020-09-02 06:35:26 -07:00
Ken Hibino
24f5908b44
Restructure CLI commands with subcommands
2020-09-02 06:35:26 -07:00
Ken Hibino
43b87d236a
Add Queues method to Inspector
2020-09-02 06:35:26 -07:00
Ken Hibino
68ee8d40f9
Update RemoveQueue in RDB
2020-09-02 06:35:26 -07:00
Ken Hibino
c054c0b5a0
Fix errors in inspector tests
2020-09-02 06:35:26 -07:00
Ken Hibino
530023334c
Fix client tests
2020-09-02 06:35:26 -07:00
Ken Hibino
34aa0b2277
Add more processor tests
2020-09-02 06:35:26 -07:00
Ken Hibino
bd52b3df3c
Fix test build errors
2020-09-02 06:35:26 -07:00
Ken Hibino
6aa63857d2
Update ListServers and ListWorkers methods in RDB
2020-09-02 06:35:26 -07:00
Ken Hibino
8555848c0a
Fix more build errors
2020-09-02 06:35:26 -07:00
Ken Hibino
a6c2ff00c1
Fix inspector build error
2020-09-02 06:35:26 -07:00
Ken Hibino
7929a1d6d3
Update Broker interface
2020-09-02 06:35:26 -07:00
Ken Hibino
093472da52
Update Inspector API
2020-09-02 06:35:26 -07:00
Ken Hibino
4583e3822c
Update all delete methods in RDB
2020-09-02 06:35:26 -07:00
Ken Hibino
c06734408f
Update all kill methods in RDB
2020-09-02 06:35:26 -07:00
Ken Hibino
0ff192bb72
Update enqueue methods in RDB
2020-09-02 06:35:26 -07:00
Ken Hibino
0715f8defd
Update all list methods in RDB
2020-09-02 06:35:26 -07:00
Ken Hibino
a7d3f09b49
Update HistoricalStats method in RDB
2020-09-02 06:35:26 -07:00
Ken Hibino
33919861d6
Update Pause and Unpause methods in RDB
2020-09-02 06:35:26 -07:00
Ken Hibino
d7c9508b4b
Update CurrentStats method in RDB
2020-09-02 06:35:26 -07:00
Ken Hibino
859e2656d8
Add AllQueues method to RDB
2020-09-02 06:35:26 -07:00