Последние авторы
1 Key-Value хранилище. Хранит все данные в оперативной памяти.
2
3 ----
4
5 Ссылки:
6
7 Redis
8 https://redis.io/
9 https://redis.io/docs/about/
10
11 Что такое Redis?
12 https://aws.amazon.com/ru/redis/
13
14 https://docs.redislabs.com/latest/rs/references/client_references/client_csharp/
15
16 https://streletzcoder.ru/rabotaem-s-redis-v-c-byistryiy-start/
17
18 RedisInsight | Visualize and optimize Redis data
19 [[https:~~/~~/redis.io/docs/stack/insight/>>https://redis.io/docs/stack/insight/]]
20
21 ----
22
23 Choosing between Redis and Memcached
24 https://aws.amazon.com/ru/elasticache/redis-vs-memcached/
25
26 ----
27
28 ==== Внутренние ссылки: ====
29
30 ====== Дочерние страницы: ======
31
32 {{children/}}
33
34 ====== Обратные ссылки: ======
35
36 {{velocity}}
37 #set ($links = $doc.getBacklinks())
38 #if ($links.size() > 0)
39 #foreach ($docname in $links)
40 #set ($rdoc = $xwiki.getDocument($docname).getTranslatedDocument())
41 * [[$escapetool.xml($rdoc.fullName)]]
42 #end
43 #else
44 No back links for this page!
45 #end
46 {{/velocity}}
47
48 ----