aboutsummaryrefslogtreecommitdiff
path: root/weed/filer/redis
AgeCommit message (Expand)AuthorFilesLines
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-10/+17
2022-07-29move to https://github.com/seaweedfs/seaweedfschrislu4-9/+9
2022-05-01refactor use const CountEntryChunksForGzipKonstantin Lebedev1-1/+1
2022-04-18enhancement: replace sort.Slice with slices.SortFunc to reduce reflectionjustin1-3/+3
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-8/+10
2021-01-14change limit to int64 in case of overflowChris Lu1-6/+6
2021-01-14implement redis changesChris Lu1-7/+7
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-17/+17
2021-01-11Revert "filer store: redis module upgrade"Chris Lu4-17/+17
2021-01-08filer: redis default to false for useReadOnly and routeByLatencyChris Lu1-2/+2
2021-01-08filer store: redis module upgradeChris Lu4-17/+17
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/+269