From 45739310cf9e0fa6a120651b1fa2c71e32f8aee9 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Thu, 9 May 2024 11:51:05 +0200 Subject: Update README, bump v1.1.0 --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index fff5978..f0e14aa 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,24 @@ List all keys existing in stash: keys = stash.list_keys() ``` +Delete a key: + +```python +stash.delete("foo") +``` + +Check for key existance: + +```python +stash.exists("foo") +``` + +Drop all files (careful, this deletes everything): + +```python +stash.drop() +``` + ## License [MIT](LICENSE) -- cgit v1.3.1