aboutsummaryrefslogtreecommitdiff
path: root/weed/filer/redis_lua/redis_store.go
AgeCommit message (Collapse)AuthorFilesLines
2025-12-01filer: add username and keyPrefix support for Redis stores (#7591)Chris Lu1-1/+5
* filer: add username and keyPrefix support for Redis stores Addresses https://github.com/seaweedfs/seaweedfs/issues/7299 - Add username config option to redis2, redis_cluster2, redis_lua, and redis_lua_cluster stores (sentinel stores already had it) - Add keyPrefix config option to all Redis stores to prefix all keys, useful for Envoy Redis Proxy or multi-tenant Redis setups * refactor: reduce duplication in redis.NewClient creation Address code review feedback by defining redis.Options once and conditionally setting TLSConfig instead of duplicating the entire NewClient call. * filer.toml: add username and keyPrefix to redis2.tmp example
2024-07-11upgrade to github.com/redis/go-redis/v9chrislu1-1/+1
fix https://github.com/seaweedfs/seaweedfs/issues/4532
2023-06-12Revert "Initial patch for redis version 7 support (#4572)"chrislu1-1/+1
This reverts commit a25bca06927a171ba1d8d459e573bc083ca8c1a8.
2023-06-12Initial patch for redis version 7 support (#4572)Aaron Gipson1-1/+1
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu1-2/+2
2022-02-15FilerStore: add redis_luabanjiaojuhao1-0/+38