From c032400a17ddb05b18621031cd7400c56fb2ebd6 Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Sun, 24 Nov 2019 13:29:14 -0500 Subject: Document new storage selection option --- doc/brpaste.adoc | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'doc') diff --git a/doc/brpaste.adoc b/doc/brpaste.adoc index 9a9fee4..3f5ccc6 100644 --- a/doc/brpaste.adoc +++ b/doc/brpaste.adoc @@ -17,6 +17,8 @@ brpaste - a pastebin service that's so fast, it burns rubber. Bind to address _BIND_ADDRESS_. *-redis*=_REDIS_URI_:: Connect to Redis using _REDIS_URI_. +*-storage*=_STORAGE_SYSTEM_:: + What storage system to use. See valid options in <<_storage_systems>>. == Endpoints @@ -46,3 +48,10 @@ _POST_ */* _data_=*content*:: _PUT_ */:id* _data_=*content*:: Put *content* into _id_. If _id_ already exists, abort. + +== Storage Systems + +Redis:: +Selected with "redis". +Also the default and recommended option. +Fast and simple. -- cgit v1.2.3