eBay / akutan

A distributed knowledge graph store
Apache License 2.0
1.65k stars 107 forks source link

Fix missing keys printing in db-scan. fixes #23 #25

Closed superfell closed 5 years ago

superfell commented 5 years ago

key.FactKey changed from *keys.FactKey implementing keys.Spec to keys.FactKey implementing keys.Spec, and this is fallout from that. Some quality time with grep didn't show any other places with this issue. This also changes the -bytes output, as the keys are changing to be binary.