Commit Graph

10 Commits

Author SHA1 Message Date
Evgeny Volkov
e1abe07c1c tls config extension for redis (#569)
* tls config extension for redis (supported client certificates, serverName and insecure)

* review fixes
2024-02-06 12:58:28 -08:00
Sina Shabani
66b6b22962 Adds Redis pool size and timeout (#516) 2023-12-18 23:09:14 -08:00
Raja Subramanian
0708b5a5bb Mark marshallable fields with yaml and omitempty (#477) 2023-09-19 23:54:18 +05:30
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
kannonski
8460641348 Fix livekit-server termination after Redis master switch over (#401)
Fixes livekit/livekit#1559
2023-07-08 22:36:12 -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
David Zhao
7e96a46219 Added helper to check if Redis configuration is provided (#255) 2022-12-04 12:36:51 -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
cad53a3185 add sentinel options 2022-07-06 11:34:50 -07:00
David Colburn
d81614de18 add standard redis config and client (#144) 2022-07-06 11:29:02 -07:00