aboutsummaryrefslogtreecommitdiff
path: root/examples/redis-pubsub.tcl
AgeCommit message (Collapse)AuthorFilesLines
2022-07-25examples/redis-pubsub.tcl: better error handlingSteve Bennett1-10/+23
More gracefully handle errors, e.g. the redis server going away in line with how a real client would do this. Signed-off-by: Steve Bennett <steveb@workware.net.au>
2020-11-15redis: Add simple redis client extensionSteve Bennett1-0/+61
Using the hiredis client library. Synchronous API only. Signed-off-by: Steve Bennett <steveb@workware.net.au>