b8c7dcbf7b
`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 |
||
---|---|---|
.. | ||
logger_test.go | ||
logger.go |