aboutsummaryrefslogtreecommitdiff
path: root/weed/filer/redis3
AgeCommit message (Expand)AuthorFilesLines
2025-11-25Add error list each entry func (#7485)tam-i131-1/+18
2025-07-16convert error fromating to %w everywhere (#6995)Chris Lu1-2/+2
2025-06-24Changes logging function (#6919)Aleksey Kosov2-3/+4
2025-05-04feat(redis): add mTLS support for Redis connection initialization (#6738)Jade Devin Cabatlao1-6/+51
2025-02-26update redis support statuschrislu1-0/+4
2024-12-19"golang.org/x/exp/slices" => "slices" and go fmtchrislu3-3/+3
2024-07-11fix testchrislu1-3/+3
2024-07-11upgrade to github.com/redis/go-redis/v9chrislu10-15/+15
2023-06-12Revert "Initial patch for redis version 7 support (#4572)"chrislu10-20/+16
2023-06-12Initial patch for redis version 7 support (#4572)Aaron Gipson10-16/+20
2022-11-15refactor filer_pb.Entry and filer.Entry to use GetChunks()chrislu1-1/+1
2022-10-12filer: redis store reduce from 2 redis operations to 1 for updates.chrislu1-11/+18
2022-09-14go fmtchrislu1-13/+22
2022-09-14refactor(ItemList): `Incluseive` -> `Inclusive` (#3673)Ryan Russell1-3/+3
2022-08-17move proto packagechrislu2-2/+2
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu9-17/+17
2022-05-01refactor use const CountEntryChunksForGzipKonstantin Lebedev1-1/+1
2021-11-29redis3 supports sentinelChris Lu1-0/+49
2021-10-10fix test code compilationChris Lu1-2/+2
2021-10-10disable testing with redis serverChris Lu1-2/+2
2021-10-09fix redis3 deletionChris Lu1-2/+10
2021-10-07go fmtChris Lu4-22/+22
2021-10-06reduce one redis lookup on hot pathChris Lu1-18/+13
2021-10-06use pipeline to save some timeChris Lu2-10/+31
2021-10-06redis3 using redis native sorted setChris Lu5-25/+632
2021-10-06test with real redisChris Lu1-0/+41
2021-10-06add benchmark testChris Lu1-5/+49
2021-10-06redis3 adds distributed lockingChris Lu5-12/+123
2021-10-04clean up *SkipListElementReference loaded from RedisChris Lu1-0/+10
2021-10-04use 1000 per batchChris Lu1-1/+1
2021-10-04add redis3Chris Lu3-29/+145
2021-09-18wipChris Lu5-0/+344