storj/certificate
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
..
authorization certificate: improve gob migration 2023-02-01 10:21:48 +00:00
certificateclient certificate: move protobuf to storj/storj repository 2021-03-29 12:59:49 +00:00
certificatepb certificate/certificatepb: add definitions for migration 2023-01-25 10:28:36 +02:00
rpcerrs all: fix deprecated ioutil commands 2022-10-11 15:27:29 +00:00
doc.go pkg/certificates: move certificate package to root (#3107) 2019-09-26 09:11:05 -07:00
endpoint.go certificate: move protobuf to storj/storj repository 2021-03-29 12:59:49 +00:00
peer_test.go pkg/,private/: merge with private package 2021-04-23 16:37:28 +03:00
peer.go all: fix error naming 2021-04-29 15:38:21 +03:00