summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChloe Kudryavtsev <toast@toast.cafe>2019-12-17 14:00:20 -0500
committerChloe Kudryavtsev <toast@toast.cafe>2019-12-17 14:00:20 -0500
commit684b02dce6932b65e655bd391638f83374c52f34 (patch)
treeb227c86fc187108fa0fbe8f52f193027271cd2a9
parentfeat: make the memory backend available via cli (diff)
feat: add docs for the memory backend
-rw-r--r--doc/brpaste.adoc4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/brpaste.adoc b/doc/brpaste.adoc
index 3f5ccc6..d15518f 100644
--- a/doc/brpaste.adoc
+++ b/doc/brpaste.adoc
@@ -51,6 +51,10 @@ _PUT_ */:id* _data_=*content*::
== Storage Systems
+Memory::
+Selected with "memory".
+Not persistent, but very fast.
+
Redis::
Selected with "redis".
Also the default and recommended option.