David Zhao
|
c9e9ae555f
|
Add license headers & NOTICE (#429)
* Add license headers & NOTICE
* generated protobuf
---------
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
2023-07-27 16:43:25 -07:00 |
|
David Zhao
|
9a57a8c5b2
|
Fix support for Redis cluster mode, updated to v9 (#297)
* Fix support for Redis cluster mode, updated to v9
* update to Go 1.18
|
2023-02-12 21:48:01 -08:00 |
|
Tom Xiong
|
92c1211d70
|
Support redis cluster (#241)
* use redis.UniversalClient instead of single-node client, FailoverClient and ClusterClient to support Redis Cluster mode
|
2022-10-27 23:34:42 -07:00 |
|
David Colburn
|
e66f32ebb7
|
Rpc handler (#135)
* updated egress rpc
* new statuses
* update sendresponse
* update names
* update claim
* nil redis client
|
2022-06-13 11:59:08 -07:00 |
|
David Colburn
|
fa5221e452
|
Remove Lock from message bus interface (#134)
|
2022-06-08 17:10:44 -07:00 |
|
David Colburn
|
7e4ab2da14
|
Add close to message bus (#129)
|
2022-06-06 13:11:10 -07:00 |
|
Mathew Kamkar
|
25ee0223e5
|
prometheus metrics on message bus (#36)
|
2021-10-22 10:03:29 -07:00 |
|
David Colburn
|
bc7778f2a7
|
interface -> proto.Message (#35)
|
2021-10-21 16:18:21 -05:00 |
|
David Colburn
|
e3e7ce0232
|
notifier interface, message bus queue (#25)
* notifier interface, message bus queue
* remove ctx
* change name
|
2021-09-22 15:32:51 -05:00 |
|
David Colburn
|
11c6a1d9ee
|
message bus (#19)
* message bus
* fix lock interface
* return interface
|
2021-09-02 15:37:08 -05:00 |
|