diff options
Diffstat (limited to 'doc/brpaste.adoc')
| -rw-r--r-- | doc/brpaste.adoc | 9 |
1 files changed, 9 insertions, 0 deletions
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. |
