diff mod_mam/README.markdown @ 2023:98b4794b72e4

mod_mam: Include an in-memory fallback driver
author Kim Alvefur <zash@zash.se>
date Tue, 19 Jan 2016 17:47:47 +0100
parents 77b9c7e5fd63
children 632aa9f49aed
line wrap: on
line diff
--- a/mod_mam/README.markdown	Tue Jan 19 17:47:05 2016 +0100
+++ b/mod_mam/README.markdown	Tue Jan 19 17:47:47 2016 +0100
@@ -58,6 +58,9 @@
 }
 ```
 
+If no archive-capable storage backend can be opened then an in-memory
+one will be used as fallback.
+
 Query size limits
 -----------------
 
@@ -116,12 +119,10 @@
 
   ------- ---------------
   trunk   Works
-  0.10    Works [^2]
-  0.9     Unsupported
+  0.10    Works
+  0.9     Works
   0.8     Does not work
   ------- ---------------
 
 [^1]: Might be changed to "mam" at some point
 
-[^2]: requires a storage driver with archive support, eg
-    mod\_storage\_sql in 0.10