|
60 | 60 | - Dragonfly support: dragonfly-support.md |
61 | 61 | - Valkey support: valkey-support.md |
62 | 62 | - Supported commands: |
63 | | - - 'supported-commands/index.md' |
64 | | - - Redis commands: |
65 | | - - Bitmap: supported-commands/Redis/BITMAP.md |
66 | | - - Cluster: supported-commands/Redis/CLUSTER.md |
67 | | - - Connection: supported-commands/Redis/CONNECTION.md |
68 | | - - Generic: supported-commands/Redis/GENERIC.md |
69 | | - - Geospatial indices: supported-commands/Redis/GEO.md |
70 | | - - Bitmap: supported-commands/Redis/BITMAP.md |
71 | | - - Hash: supported-commands/Redis/HASH.md |
72 | | - - HyperLogLog: supported-commands/Redis/HYPERLOGLOG.md |
73 | | - - List: supported-commands/Redis/LIST.md |
74 | | - - Pub/Sub: supported-commands/Redis/PUBSUB.md |
75 | | - - Scripting: supported-commands/Redis/SCRIPTING.md |
76 | | - - Server: supported-commands/Redis/SERVER.md |
77 | | - - Set: supported-commands/Redis/SET.md |
78 | | - - Sorted Set: supported-commands/Redis/SORTEDSET.md |
79 | | - - Stream: supported-commands/Redis/STREAM.md |
80 | | - - String: supported-commands/Redis/STRING.md |
81 | | - - Transactions: supported-commands/Redis/TRANSACTIONS.md |
82 | | - - RedisJSON commands: supported-commands/RedisJson/JSON.md |
83 | | - - Time Series commands: supported-commands/RedisTimeSeries/TIMESERIES.md |
84 | | - - Probabilistic commands: |
85 | | - - Bloom Filter: supported-commands/RedisBloom/BF.md |
86 | | - - Cuckoo Filter: supported-commands/RedisBloom/CF.md |
87 | | - - Count-Min Sketch: supported-commands/RedisBloom/CMS.md |
88 | | - - t-digest: supported-commands/RedisBloom/TDIGEST.md |
89 | | - - top-k: supported-commands/RedisBloom/TOPK.md |
90 | | - - Search commands: supported-commands/RedisSearch/SEARCH.md |
91 | | - - Suggestion commands: supported-commands/RedisSearch/SUGGESTION.md |
92 | | - - Dragonfly commands: supported-commands/DRAGONFLY.md |
| 63 | + - 'supported-commands/index.md' |
| 64 | + - Redis commands: |
| 65 | + - Bitmap: supported-commands/Redis/BITMAP.md |
| 66 | + - Cluster: supported-commands/Redis/CLUSTER.md |
| 67 | + - Connection: supported-commands/Redis/CONNECTION.md |
| 68 | + - Generic: supported-commands/Redis/GENERIC.md |
| 69 | + - Geospatial indices: supported-commands/Redis/GEO.md |
| 70 | + - Bitmap: supported-commands/Redis/BITMAP.md |
| 71 | + - Hash: supported-commands/Redis/HASH.md |
| 72 | + - HyperLogLog: supported-commands/Redis/HYPERLOGLOG.md |
| 73 | + - List: supported-commands/Redis/LIST.md |
| 74 | + - Pub/Sub: supported-commands/Redis/PUBSUB.md |
| 75 | + - Scripting: supported-commands/Redis/SCRIPTING.md |
| 76 | + - Server: supported-commands/Redis/SERVER.md |
| 77 | + - Set: supported-commands/Redis/SET.md |
| 78 | + - Sorted Set: supported-commands/Redis/SORTEDSET.md |
| 79 | + - Stream: supported-commands/Redis/STREAM.md |
| 80 | + - String: supported-commands/Redis/STRING.md |
| 81 | + - Transactions: supported-commands/Redis/TRANSACTIONS.md |
| 82 | + - RedisJSON commands: supported-commands/RedisJson/JSON.md |
| 83 | + - Time Series commands: supported-commands/RedisTimeSeries/TIMESERIES.md |
| 84 | + - Probabilistic commands: |
| 85 | + - Bloom Filter: supported-commands/RedisBloom/BF.md |
| 86 | + - Cuckoo Filter: supported-commands/RedisBloom/CF.md |
| 87 | + - Count-Min Sketch: supported-commands/RedisBloom/CMS.md |
| 88 | + - t-digest: supported-commands/RedisBloom/TDIGEST.md |
| 89 | + - top-k: supported-commands/RedisBloom/TOPK.md |
| 90 | + - Search commands: supported-commands/RedisSearch/SEARCH.md |
| 91 | + - Suggestion commands: supported-commands/RedisSearch/SUGGESTION.md |
| 92 | + - Dragonfly commands: supported-commands/DRAGONFLY.md |
93 | 93 | - Guides: |
94 | 94 | - Implementing support for a command: guides/implement-command.md |
95 | 95 | - Write a new test case: guides/test-case.md |
@@ -123,7 +123,7 @@ theme: |
123 | 123 | # - content.tabs.link |
124 | 124 | - content.tooltips |
125 | 125 | # - header.autohide |
126 | | -# - navigation.expand |
| 126 | + # - navigation.expand |
127 | 127 | - navigation.footer |
128 | 128 | - navigation.indexes |
129 | 129 | # - navigation.instant |
|
0 commit comments