Updated Data Buckets (markdown)

Chris Miles 2018-07-10 02:27:39 -05:00
parent 0e1bf4edb4
commit 7b14f9eb08

@ -14,7 +14,7 @@
```
get_data(std::string bucket_key)
set_data(std::string bucket_key, std::string bucket_value, uint32 expires_at_unix = 0)
set_data(std::string bucket_key, std::string bucket_value, std::string expires_in)
delete_data(std::string bucket_key)
```