1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-17 04:30:03 +02:00
thalos/transport/redis_pubsub
2023-03-08 11:32:37 +01:00
..
key.go transport/channel.go: Rewrite to not use a interface. Action struct has a Channel() method that returns a channel instead. 2023-03-07 18:35:58 +01:00
key_test.go transport/channel.go: Rewrite to not use a interface. Action struct has a Channel() method that returns a channel instead. 2023-03-07 18:35:58 +01:00
namespace.go transport/channel.go: Rewrite to not use a interface. Action struct has a Channel() method that returns a channel instead. 2023-03-07 18:35:58 +01:00
namespace_test.go transport: move key and namespace into redis_pubsub as it is redis specific. 2023-01-19 19:07:35 +01:00
publisher.go transport/channel.go: Rewrite to not use a interface. Action struct has a Channel() method that returns a channel instead. 2023-03-07 18:35:58 +01:00
publisher_test.go transport/redis_pubsub/publisher_test.go: Change Publish to Write in test name. 2023-03-08 10:01:56 +01:00
subscriber.go Adding transport/redis_pubsub/subscriber.go 2023-03-08 11:32:37 +01:00
subscriber_test.go Adding transport/redis_pubsub/subscriber.go 2023-03-08 11:32:37 +01:00