From a03c7d49705e043acfd42b6d702ea3cef2d9655c Mon Sep 17 00:00:00 2001 From: Christian Himpe Date: Tue, 17 Feb 2026 20:48:00 +0100 Subject: [PATCH 1/3] update version --- src/main/asciidoc/version.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From 3dfd3da982dfff49d26d537979060ce23e80c767 Mon Sep 17 00:00:00 2001 From: Christian Himpe Date: Tue, 17 Feb 2026 20:48:12 +0100 Subject: [PATCH 2/3] add new redis commands --- src/main/asciidoc/query-languages/redis.adoc | 3 +++ 1 file changed, 3 insertions(+) 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 From e9779797cf3fc32e71da1cd8410a0470f0d11447 Mon Sep 17 00:00:00 2001 From: Christian Himpe Date: Tue, 17 Feb 2026 20:48:27 +0100 Subject: [PATCH 3/3] move sql commands in table --- src/main/asciidoc/query-languages/sql/chapter.adoc | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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*