Изменения документа Redis
Редактировал(а) Alexandr Fokin 2023/12/16 14:11
<
>
отредактировано Alexandr Fokin
на 2022/10/19 15:17
на 2022/10/19 15:17
отредактировано Alexandr Fokin
на 2023/12/02 17:27
на 2023/12/02 17:27
Изменить комментарий:
К данной версии нет комментариев
Комментарий
-
Свойства страницы (1 изменено, 0 добавлено, 0 удалено)
Подробности
- Свойства страницы
-
- Содержимое
-
... ... @@ -1,9 +1,7 @@ 1 -Key-Value хранилище. Хранит все данные в оперативной памяти. 2 - 3 ----- 4 - 5 -Ссылки: 6 - 1 +| |Redis, Remote Dictionary Server 2 +| |Key-Value хранилище. 3 +InMemory store, хранит все данные в оперативной памяти. 4 +|Ссылки:|((( 7 7 Redis 8 8 https://redis.io/ 9 9 https://redis.io/docs/about/ ... ... @@ -17,14 +17,30 @@ 17 17 18 18 RedisInsight | Visualize and optimize Redis data 19 19 [[https:~~/~~/redis.io/docs/stack/insight/>>https://redis.io/docs/stack/insight/]] 18 +))) 19 +| |Choosing between Redis and Memcached 20 +https://aws.amazon.com/ru/elasticache/redis-vs-memcached/ 20 20 21 21 ---- 22 22 23 -Choosing between Redis and Memcached 24 -https://aws.amazon.com/ru/elasticache/redis-vs-memcached/ 24 +==== Внутренние ссылки: ==== 25 25 26 - ----26 +====== Дочерние страницы: ====== 27 27 28 28 {{children/}} 29 29 30 - 30 +====== Обратные ссылки: ====== 31 + 32 +{{velocity}} 33 +#set ($links = $doc.getBacklinks()) 34 +#if ($links.size() > 0) 35 + #foreach ($docname in $links) 36 + #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument()) 37 + * [[$escapetool.xml($rdoc.fullName)]] 38 + #end 39 +#else 40 + No back links for this page! 41 +#end 42 +{{/velocity}} 43 + 44 +----