chrislu
12f858b930
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
2 days ago
chrislu
c59517e284
upgrade to github.com/redis/go-redis/v9
fix https://github.com/seaweedfs/seaweedfs/issues/4532
1 year ago
chrislu
3fbf4f6189
Revert "Initial patch for redis version 7 support ( #4572 )"
This reverts commit a25bca0692 .
3 years ago
Aaron Gipson
a25bca0692
Initial patch for redis version 7 support ( #4572 )
3 years ago
chrislu
26dbc6c905
move to https://github.com/seaweedfs/seaweedfs
3 years ago
Chris Lu
acc0d5cd2c
Revert "Revert "filer store: redis module upgrade""
This reverts commit dd0171e35c .
5 years ago
Chris Lu
dd0171e35c
Revert "filer store: redis module upgrade"
This reverts commit 40161c9cec .
5 years ago
Chris Lu
e2e0e30a51
filer: redis default to false for useReadOnly and routeByLatency
5 years ago
Chris Lu
40161c9cec
filer store: redis module upgrade
5 years ago
Chris Lu
90d785a15f
filer: redis, redis cluster, cassandra support super large directory
5 years ago
Chris Lu
eb7929a971
rename filer2 to filer
5 years ago
Chris Lu
b5a713be68
filer store: add redis2 redis_cluster2 as default redis store
6 years ago
Chris Lu
d335f04de6
support env variables to overwrite toml file
6 years ago
Chris Lu
a9b1ee18af
default redis reads options
details in https://github.com/chrislusf/seaweedfs/pull/1165
6 years ago
Chris Lu
fcbd04c425
default to false in scaffold.go
6 years ago
Chris Lu
62b1a346ef
set default
6 years ago
Dakota Sullivan
a0c9d9c0e7
Fix config property names
6 years ago
Dakota Sullivan
301bc2f69d
Add readOnly and routeByLatency options to Redis Cluster Store
6 years ago
j.laycock
6fc6322c90
Change joeslay paths to chrislusf paths
6 years ago
j.laycock
595a1beff0
Swap imports to use joeslay
6 years ago
Chris Lu
54b835e1ae
filer: redis cluster add option for password
fix https://github.com/chrislusf/seaweedfs/issues/971
7 years ago
Chris Lu
95b997fb35
go fmt
7 years ago
Chris Lu
f827ada811
merge notification config with filer.toml
7 years ago
Chris Lu
708acee502
add support for redis cluster
fix https://github.com/chrislusf/seaweedfs/issues/705
7 years ago