storj/storage
Egon Elbre b8c7dcbf7b certificate: improve gob migration
`storage.KeyValueStore` requires ordered iteration, which redis
doesn't support natively. This would require loading all the keys
into memory and then processing them, rather than iterating over them
one-by-one.

This adds a temporary `IterateUnordered` to handle the migrations
more gracefully.

Change-Id: I55b763500523077c7ab8fdfad175c32cc7788e47
2023-02-01 10:21:48 +00:00
..
boltdb certificate: improve gob migration 2023-02-01 10:21:48 +00:00
filestore storage/filestore: better error message on data corruption 2023-01-30 08:54:06 -06:00
redis certificate: improve gob migration 2023-02-01 10:21:48 +00:00
storelogger certificate: improve gob migration 2023-02-01 10:21:48 +00:00
teststore certificate: improve gob migration 2023-02-01 10:21:48 +00:00
testsuite ci: optimize benchmarks 2021-10-08 19:42:40 +03:00
blob.go satellite/audit,storage: increase sleep delay in TestMaxVerifyCount 2021-09-10 15:30:37 +00:00
common.go certificate: improve gob migration 2023-02-01 10:21:48 +00:00
listkeys.go storage: delete unused code and lower visibility of static iterator 2020-02-17 14:53:54 +00:00
listv2.go satellite/metainfo: avoid temporary list 2020-04-15 08:01:42 +00:00
util.go ci: fix lint errors 2021-05-17 13:37:31 +00:00