aboutsummaryrefslogtreecommitdiff
path: root/weed/filer/redis
AgeCommit message (Collapse)AuthorFilesLines
2025-07-16convert error fromating to %w everywhere (#6995)Chris Lu1-2/+2
2025-06-24Changes logging function (#6919)Aleksey Kosov1-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-02-26update redis support statuschrislu1-0/+5
2024-12-19"golang.org/x/exp/slices" => "slices" and go fmtchrislu1-1/+1
2024-07-11upgrade to github.com/redis/go-redis/v9chrislu4-4/+4
fix https://github.com/seaweedfs/seaweedfs/issues/4532
2023-09-25Revert "Revert "Merge branch 'master' of ↵chrislu1-2/+2
https://github.com/seaweedfs/seaweedfs"" This reverts commit 8cb42c39
2023-09-18Revert "Merge branch 'master' of https://github.com/seaweedfs/seaweedfs"chrislu1-2/+2
This reverts commit 2e5aa06026750c99ea283181974d2ccfe5eb0468, reversing changes made to 4d414f54a224142f3f4d934f4af3b5dceb6fec6b.
2023-09-18Bump github.com/rclone/rclone from 1.63.1 to 1.64.0 (#4850)dependabot[bot]1-2/+2
* Bump github.com/rclone/rclone from 1.63.1 to 1.64.0 Bumps [github.com/rclone/rclone](https://github.com/rclone/rclone) from 1.63.1 to 1.64.0. - [Release notes](https://github.com/rclone/rclone/releases) - [Changelog](https://github.com/rclone/rclone/blob/master/RELEASE.md) - [Commits](https://github.com/rclone/rclone/compare/v1.63.1...v1.64.0) --- updated-dependencies: - dependency-name: github.com/rclone/rclone dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * API changes * go mod --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chris Lu <chrislusf@users.noreply.github.com> Co-authored-by: chrislu <chris.lu@gmail.com>
2023-06-12Revert "Initial patch for redis version 7 support (#4572)"chrislu4-6/+5
This reverts commit a25bca06927a171ba1d8d459e573bc083ca8c1a8.
2023-06-12Initial patch for redis version 7 support (#4572)Aaron Gipson4-5/+6
2022-11-15refactor filer_pb.Entry and filer.Entry to use GetChunks()chrislu1-1/+1
for later locking on reading chunks
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
https://github.com/chrislusf/seaweedfs/issues/2125
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
This reverts commit dd0171e35cb032781b703bc8ae95d8a21f59ea76.
2021-01-11Revert "filer store: redis module upgrade"Chris Lu4-17/+17
This reverts commit 40161c9cec3b8a0ed16bb355c6d6f3e7f23a094c.
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
can compile now, need to implement those unimplemented
2020-09-01rename filer2 to filerChris Lu3-0/+269