| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-07-16 | convert error fromating to %w everywhere (#6995) | Chris Lu | 1 | -2/+2 | |
| 2025-06-24 | Changes logging function (#6919) | Aleksey Kosov | 1 | -1/+1 | |
| * updated logging methods for stores * updated logging methods for stores * updated logging methods for filer * updated logging methods for uploader and http_util * updated logging methods for weed server --------- Co-authored-by: akosov <a.kosov@kryptonite.ru> | |||||
| 2025-05-04 | feat(redis): add mTLS support for Redis connection initialization (#6738) | Jade Devin Cabatlao | 1 | -6/+51 | |
| * feat(redis): add mTLS support for Redis connection initialization - Enhanced the Redis2Store initialization to support mutual TLS (mTLS) by adding configuration options for CA certificate, client certificate, and client key paths. - Updated the Redis client setup to use TLS configuration when mTLS is enabled, ensuring secure connections to the Redis server. * feat(redis): extend Redis3Store initialization to support mTLS - Added configuration options for enabling mutual TLS (mTLS) in Redis3Store. - Implemented logic to load client certificates and CA certificates for secure Redis connections. - Updated the Redis client setup to utilize TLS configuration when mTLS is enabled. --------- Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com> | |||||
| 2024-07-11 | upgrade to github.com/redis/go-redis/v9 | chrislu | 5 | -6/+6 | |
| fix https://github.com/seaweedfs/seaweedfs/issues/4532 | |||||
| 2023-06-12 | Revert "Initial patch for redis version 7 support (#4572)" | chrislu | 5 | -8/+7 | |
| This reverts commit a25bca06927a171ba1d8d459e573bc083ca8c1a8. | |||||
| 2023-06-12 | Initial patch for redis version 7 support (#4572) | Aaron Gipson | 5 | -7/+8 | |
| 2022-11-15 | refactor filer_pb.Entry and filer.Entry to use GetChunks() | chrislu | 1 | -1/+1 | |
| for later locking on reading chunks | |||||
| 2022-10-12 | filer: redis store reduce from 2 redis operations to 1 for updates. | chrislu | 1 | -12/+19 | |
| 2022-07-29 | move to https://github.com/seaweedfs/seaweedfs | chrislu | 5 | -11/+11 | |
| 2022-05-01 | refactor use const CountEntryChunksForGzip | Konstantin Lebedev | 1 | -1/+1 | |
| 2021-11-25 | support redis sentinel | limd | 1 | -0/+45 | |
| 2021-11-02 | go fmt | Chris Lu | 1 | -2/+2 | |
| 2021-10-27 | filer store: redis2 fix wrong pagination | Chris Lu | 1 | -6/+17 | |
| 2021-09-18 | filer: redis store needs to clean up batch deleted sub folders | Chris Lu | 1 | -0/+2 | |
| 2021-07-22 | filer: fix mysql, postgres batch delete error | Chris Lu | 1 | -1/+1 | |
| 2021-06-15 | avoid crashes Galera Cluster | Konstantin Lebedev | 1 | -1/+1 | |
| https://github.com/chrislusf/seaweedfs/issues/2125 | |||||
| 2021-01-15 | add stream list directory entries | Chris Lu | 1 | -12/+10 | |
| 2021-01-14 | change limit to int64 in case of overflow | Chris Lu | 1 | -3/+3 | |
| 2021-01-14 | implement redis changes | Chris Lu | 1 | -10/+14 | |
| 2021-01-14 | skip not found error in case of race condition | Chris Lu | 1 | -0/+3 | |
| 2021-01-11 | Revert "Revert "filer store: redis module upgrade"" | Chris Lu | 4 | -19/+19 | |
| This reverts commit dd0171e35cb032781b703bc8ae95d8a21f59ea76. | |||||
| 2021-01-11 | Revert "filer store: redis module upgrade" | Chris Lu | 4 | -19/+19 | |
| This reverts commit 40161c9cec3b8a0ed16bb355c6d6f3e7f23a094c. | |||||
| 2021-01-08 | filer: redis default to false for useReadOnly and routeByLatency | Chris Lu | 1 | -2/+2 | |
| 2021-01-08 | filer store: redis module upgrade | Chris Lu | 4 | -19/+19 | |
| 2020-12-22 | go fmt | Chris Lu | 1 | -1/+1 | |
| 2020-12-22 | remove unused code | Chris Lu | 1 | -15/+8 | |
| 2020-12-22 | filer: redis, redis cluster, cassandra support super large directory | Chris Lu | 3 | -2/+38 | |
| 2020-09-03 | filer: Redis cleanly delete directory | Chris Lu | 1 | -4/+8 | |
| fix https://github.com/chrislusf/seaweedfs/issues/1448 | |||||
| 2020-09-03 | filer: compress stored metadata | Chris Lu | 1 | -1/+5 | |
| 2020-09-01 | filer store adds kv support | Chris Lu | 1 | -0/+42 | |
| can compile now, need to implement those unimplemented | |||||
| 2020-09-01 | rename filer2 to filer | Chris Lu | 3 | -0/+244 | |
