aboutsummaryrefslogtreecommitdiff
path: root/weed/filer2/redis
AgeCommit message (Collapse)AuthorFilesLines
2020-09-01rename filer2 to filerChris Lu3-269/+0
2020-08-31renameKonstantin Lebedev1-1/+1
2020-08-31add var UnsupportedListDirectoryPrefixedErrKonstantin Lebedev1-2/+1
2020-08-31add constKonstantin Lebedev1-1/+2
2020-08-31filer store wrapper can implement the logic to filter by prefiKonstantin Lebedev1-33/+1
2020-08-06test ListDirectoryPrefixedEntriesУстюжанин Антон Александрович1-1/+7
2020-08-05test ListDirectoryPrefixedEntriesУстюжанин Антон Александрович1-0/+30
2020-03-23refactoringChris Lu1-6/+7
2020-03-17go fmtChris Lu1-1/+0
2020-03-14filer: close stores if interruptedChris Lu1-0/+5
2020-03-07breaks dependency loopChris Lu1-1/+2
2020-03-05filer redis: directory listing follow ttlChris Lu1-4/+14
fix https://github.com/chrislusf/seaweedfs/issues/1217
2020-01-29support env variables to overwrite toml fileChris Lu2-11/+11
2019-12-21default redis reads optionsChris Lu1-0/+3
details in https://github.com/chrislusf/seaweedfs/pull/1165
2019-12-21default to false in scaffold.goChris Lu1-3/+0
2019-12-20set defaultChris Lu1-0/+4
2019-12-20Fix config property namesDakota Sullivan1-2/+2
2019-12-18Add readOnly and routeByLatency options to Redis Cluster StoreDakota Sullivan1-3/+7
2019-12-13filer: DeleteFolderChildren for deleting large foldersChris Lu1-0/+18
2019-05-20filer: redis cluster add option for passwordChris Lu1-2/+4
fix https://github.com/chrislusf/seaweedfs/issues/971
2019-03-30go fmtChris Lu1-3/+3
2019-03-30support atomic renaming for mysql/postgres filer storeChris Lu1-0/+10
2019-03-15add context to all filer APIsChris Lu1-7/+8
2019-01-17go fmt and fix some typobingoohuang1-1/+1
2019-01-09Set redis key ttl with entry.TTLSecbyungjo.yoon1-1/+2
2018-08-22fix a bug on error reportingChris Lu1-1/+1
2018-08-19go fmtChris Lu2-2/+2
2018-08-19merge notification config with filer.tomlChris Lu2-2/+4
2018-08-15add support for redis clusterChris Lu3-132/+173
fix https://github.com/chrislusf/seaweedfs/issues/705
2018-06-17decouple from viper for filer storeChris Lu1-5/+4
2018-05-30add mime, use simple insert and update filer store APIChris Lu1-9/+4
1. add mime type to file in filer 2. purge old chunks if overwrite during insert
2018-05-27go fmtChris Lu1-1/+1
2018-05-27add redsChris Lu1-0/+172