Introduction
Getting Started
Savant 101
Advanced Topics
Cookbook
Reference
Savant Development
GET /kvs/get/(str: namespace)/(str: name)
GET /kvs/search-keys/(str: namespace)/(str: name)
GET /kvs/search/(str: namespace)/(str: name)
POST /kvs/delete-single/(str: namespace)/(str: name)
POST /kvs/delete/(str: namespace)/(str: name)
POST /kvs/set
POST /kvs/set-with-ttl/(int: ttl)
POST /shutdown/(str: shutdown_auth)/(str: shutdown_type)