aboutsummaryrefslogtreecommitdiff
path: root/weed/filer/redis2
AgeCommit message (Expand)AuthorFilesLines
2024-07-11upgrade to github.com/redis/go-redis/v9chrislu5-6/+6
2023-06-12Revert "Initial patch for redis version 7 support (#4572)"chrislu5-8/+7
2023-06-12Initial patch for redis version 7 support (#4572)Aaron Gipson5-7/+8
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-12/+19
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu5-11/+11
2022-05-01refactor use const CountEntryChunksForGzipKonstantin Lebedev1-1/+1
2021-11-25support redis sentinellimd1-0/+45
2021-11-02go fmtChris Lu1-2/+2
2021-10-27filer store: redis2 fix wrong paginationChris Lu1-6/+17
2021-09-18filer: redis store needs to clean up batch deleted sub foldersChris Lu1-0/+2
2021-07-22filer: fix mysql, postgres batch delete errorChris Lu1-1/+1
2021-06-15avoid crashes Galera ClusterKonstantin Lebedev1-1/+1
2021-01-15add stream list directory entriesChris Lu1-12/+10
2021-01-14change limit to int64 in case of overflowChris Lu1-3/+3
2021-01-14implement redis changesChris Lu1-10/+14
2021-01-14skip not found error in case of race conditionChris Lu1-0/+3
2021-01-11Revert "Revert "filer store: redis module upgrade""Chris Lu4-19/+19
2021-01-11Revert "filer store: redis module upgrade"Chris Lu4-19/+19
2021-01-08filer: redis default to false for useReadOnly and routeByLatencyChris Lu1-2/+2
2021-01-08filer store: redis module upgradeChris Lu4-19/+19
2020-12-22go fmtChris Lu1-1/+1
2020-12-22remove unused codeChris Lu1-15/+8
2020-12-22filer: redis, redis cluster, cassandra support super large directoryChris Lu3-2/+38
2020-09-03filer: Redis cleanly delete directoryChris Lu1-4/+8
2020-09-03filer: compress stored metadataChris Lu1-1/+5
2020-09-01filer store adds kv supportChris Lu1-0/+42
2020-09-01rename filer2 to filerChris Lu3-0/+244