From 2aa5c75fe0deedaa5df97895d3a4902c21800dbc Mon Sep 17 00:00:00 2001 From: "Kay Marquardt (Gnadelwartz)" Date: Tue, 29 Dec 2020 11:22:49 +0100 Subject: [PATCH] doc: improve jsshDB description again --- doc/6_reference.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/6_reference.md b/doc/6_reference.md index 8773f65..4e7f959 100644 --- a/doc/6_reference.md +++ b/doc/6_reference.md @@ -585,8 +585,8 @@ Since output generated by `JSON.sh` is so easy to use in bash, bashbot uses the #### fast and slow operations -jsshDB files are text files, key/value pairs appearing later in the file overwrites earlier key/value pairs in the file. -Bashbot use this behavior to implement "fast" file operations. +jsshDB files are flat text files containing key/value pairs in the `JSON.sh` format. +Key/value pairs appearing later in the file overwrites earlier key/value pairs, Bashbot use this behavior to implement "fast replace" file operations. "fast functions" add a new key/value pair to the end of a file without deleting an existing one, this is fast but over time the file grows to infinity. @@ -1146,5 +1146,5 @@ The name of your bot is available as bash variable "$ME", there is no need to ca #### [Prev Best Practice](5_practice.md) #### [Next Notes for Developers](7_develop.md) -#### $$VERSION$$ v1.21-dev-30-gcf6f3ee +#### $$VERSION$$ v1.21-dev-31-gfee0615