From 7b14f9eb08a8516d7c6587d67893ca5fd064efa6 Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Tue, 10 Jul 2018 02:27:39 -0500 Subject: [PATCH] Updated Data Buckets (markdown) --- Data-Buckets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data-Buckets.md b/Data-Buckets.md index 5d0fbdc..1c4d14c 100644 --- a/Data-Buckets.md +++ b/Data-Buckets.md @@ -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) ```