diff options
| author | 2019-12-17 14:00:20 -0500 | |
|---|---|---|
| committer | 2019-12-17 14:00:20 -0500 | |
| commit | 684b02dce6932b65e655bd391638f83374c52f34 (patch) | |
| tree | b227c86fc187108fa0fbe8f52f193027271cd2a9 | |
| parent | feat: make the memory backend available via cli (diff) | |
feat: add docs for the memory backend
| -rw-r--r-- | doc/brpaste.adoc | 4 |
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. |
