diff --git a/src/main/asciidoc/query-languages/redis.adoc b/src/main/asciidoc/query-languages/redis.adoc index 66c777ea..cf579721 100644 --- a/src/main/asciidoc/query-languages/redis.adoc +++ b/src/main/asciidoc/query-languages/redis.adoc @@ -198,6 +198,9 @@ This is because JSON doesn't maintain the order of properties, but only of array **Available miscellaneous commands**: - https://redis.io/commands/ping[PING], Returns its argument (for testing server readiness or latency) +- https://redis.io/commands/select[SELECT], Choose database +- https://redis.io/commands/multi[MULTI], Start of multiple command script (initiating a transaction) +- https://redis.io/commands/exec[EXEC], End of multiple command script (commit a transaction) [discrete] ===== Settings diff --git a/src/main/asciidoc/query-languages/sql/chapter.adoc b/src/main/asciidoc/query-languages/sql/chapter.adoc index 0fe5c182..5f64d4a6 100644 --- a/src/main/asciidoc/query-languages/sql/chapter.adoc +++ b/src/main/asciidoc/query-languages/sql/chapter.adoc @@ -13,13 +13,11 @@ image:../images/edit.png[link="https://github.com/ArcadeData/arcadedb-docs/blob/ | <> | <> | <> | | <> | <> | <> | | <> | ALTER BUCKET (_not implemented_) | <> | -| <> | <> | | -| <> | <> | | +| <> | <> | <> | +| <> | <> | <> | | <> | <> | <> | | | <> | <> | | | <> | <> | -| | <> | | -| | <> | | |=== *Overview Functions* diff --git a/src/main/asciidoc/version.adoc b/src/main/asciidoc/version.adoc index 9b03353f..3b718a94 100644 --- a/src/main/asciidoc/version.adoc +++ b/src/main/asciidoc/version.adoc @@ -1 +1 @@ -:revnumber: 26.1.1 +:revnumber: 26.2.1