storj/storage/boltdb
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
..
client_test.go all: replace deprecated ioutil 2022-10-31 15:50:41 +00:00
client.go certificate: improve gob migration 2023-02-01 10:21:48 +00:00