storj/storage/teststore
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
..
store_test.go storage: add configurable lookup limits 2020-01-22 21:35:56 +02:00
store.go certificate: improve gob migration 2023-02-01 10:21:48 +00:00