1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-16 04:24:56 +02:00
Commit graph

12 commits

Author SHA1 Message Date
c769b6a700 typo fixes and added comments 2024-08-26 13:11:32 +02:00
d789b6a294 api/redis/subscriber.go: in worker() no need to spawn a goroutine when sending to the channel. 2024-02-07 17:29:54 +01:00
b854c1dfa7 api/redis/subscriber.go: in Read() return io.EOF if redis connection is closed or channel returns a empty byte slice. 2024-02-07 17:27:24 +01:00
728b03422f api/redis/subscriber.go: adding some comments. 2024-02-04 15:53:24 +01:00
24bf44a175 move writer interface and redis publish from api module as these are for the server side. 2023-11-25 15:14:21 +01:00
a91df0c39e Upgrade from redis v8 to v9 2023-06-05 16:55:15 +02:00
c2d60a1240 api/redis/publisher.go: pass context as first parameter to NewPublisher() 2023-06-05 13:24:14 +02:00
f9124c2864 api/redis/subscriber.go: Adding context as first parameter to NewSubscriber() 2023-06-05 13:21:57 +02:00
967de3260f api/channel.go: Change Action struct name to ActionChannel 2023-04-21 12:28:21 +02:00
220f1976f0 api/redis/subscriber.go: remove client field from Subscriber struct 2023-04-21 11:58:16 +02:00
9c4aa79c11 go.mod: update module name to github.com/eosswedenorg/thalos 2023-04-19 17:50:06 +02:00
a8bac16aa9 merge api/redis_common and api/redis_pubsub to api/redis 2023-04-19 09:56:52 +02:00