zllovesuki / specter

like ngrok, but more ambitious with DHT for flavor
MIT License
26 stars 1 forks source link

spec/chord_kv: implement prefix kv #16

Closed zllovesuki closed 2 years ago

zllovesuki commented 2 years ago
This commit introduces prefix/children KV interfaces, allowing the
caller to track an array of keys under a prefix. This is useful for
tracking key hierarchy (as the property of DHT does not allow for a
simple prefix search).