|
5 | 5 | # Getting Started |
6 | 6 |
|
7 | 7 | - [Installation](./getting-started/installation.md) |
8 | | -- [Docker Quick Start](./getting-started/docker.md) |
9 | | -- [Configuration](./getting-started/configuration.md) |
10 | | -- [Authentication](./getting-started/authentication.md) |
11 | | -- [Examples](./getting-started/examples.md) |
| 8 | +- [Profiles & Authentication](./getting-started/profiles.md) |
| 9 | +- [Common Features](./getting-started/common-features.md) |
| 10 | + - [Output Formats](./getting-started/output-formats.md) |
| 11 | + - [JMESPath Queries](./getting-started/jmespath-queries.md) |
| 12 | + - [Async Operations](./getting-started/async-operations.md) |
12 | 13 | - [Shell Completions](./getting-started/shell-completions.md) |
13 | | -- [Quick Start Guide](./getting-started/quickstart.md) |
14 | 14 |
|
15 | | -# Complete Walkthrough |
| 15 | +# Walkthrough |
16 | 16 |
|
17 | | -- [8. Introduction](./walkthrough/README.md) |
18 | | - - [8.1 The Problem](./walkthrough/01-problem.md) |
19 | | - - [8.2 Enter redisctl](./walkthrough/02-solution.md) |
20 | | - - [8.3 Installation & Setup](./walkthrough/03-setup.md) |
21 | | - - [8.4 Raw API Layer](./walkthrough/04-raw-api.md) |
22 | | - - [8.5 Human-Friendly Layer](./walkthrough/05-human-friendly.md) |
23 | | - - [8.6 Workflows Layer](./walkthrough/06-workflows.md) |
24 | | - - [8.7 Advanced Features](./walkthrough/07-advanced.md) |
25 | | - - [8.8 Library Architecture](./walkthrough/08-libraries.md) |
26 | | - - [8.9 Next Steps](./walkthrough/09-next-steps.md) |
27 | | - - [8.10 Appendix: rladmin vs redisctl](./walkthrough/rladmin-comparison.md) |
| 17 | +- [Overview & Concepts](./walkthrough/overview.md) |
| 18 | +- [Cloud Quick Examples](./walkthrough/cloud-examples.md) |
| 19 | +- [Enterprise Quick Examples](./walkthrough/enterprise-examples.md) |
| 20 | + |
| 21 | +# Redis Cloud |
| 22 | + |
| 23 | +- [Overview](./cloud/overview.md) |
| 24 | +- [API Layer](./cloud/api.md) |
| 25 | +- [Commands]() |
| 26 | + - [Databases](./cloud/commands/databases.md) |
| 27 | + - [Subscriptions](./cloud/commands/subscriptions.md) |
| 28 | + - [Access Control](./cloud/commands/access-control.md) |
| 29 | + - [Networking](./cloud/commands/networking.md) |
| 30 | + - [Tasks](./cloud/commands/tasks.md) |
| 31 | +- [Workflows](./cloud/workflows.md) |
| 32 | + |
| 33 | +# Redis Enterprise |
| 34 | + |
| 35 | +- [Overview](./enterprise/overview.md) |
| 36 | +- [API Layer](./enterprise/api.md) |
| 37 | +- [Commands]() |
| 38 | + - [Cluster](./enterprise/commands/cluster.md) |
| 39 | + - [Databases](./enterprise/commands/databases.md) |
| 40 | + - [Nodes](./enterprise/commands/nodes.md) |
| 41 | + - [Access Control](./enterprise/commands/access-control.md) |
| 42 | + - [Monitoring](./enterprise/commands/monitoring.md) |
| 43 | + - [Active-Active](./enterprise/commands/active-active.md) |
| 44 | +- [Workflows](./enterprise/workflows.md) |
| 45 | +- [Operations](./enterprise/operations.md) |
| 46 | + - [Support Package](./enterprise/operations/support-package.md) |
| 47 | + - [License Management](./enterprise/operations/license.md) |
| 48 | + - [Debug Info](./enterprise/operations/debuginfo.md) |
| 49 | + - [Diagnostics](./enterprise/operations/diagnostics.md) |
| 50 | + - [Migrations](./enterprise/operations/migration.md) |
28 | 51 |
|
29 | 52 | # Cookbook |
30 | 53 |
|
|
44 | 67 | - [Configure Replication](./cookbook/enterprise/configure-replication.md) |
45 | 68 | - [Configure Redis ACLs](./cookbook/enterprise/configure-redis-acls.md) |
46 | 69 |
|
47 | | -# Redis Cloud |
48 | | - |
49 | | -- [Overview](./cloud/overview.md) |
50 | | -- [Core Resources]() |
51 | | - - [Subscriptions](./cloud/core-resources/subscriptions.md) |
52 | | - - [Databases](./cloud/core-resources/databases.md) |
53 | | -- [Access Control]() |
54 | | - - [Users](./cloud/access-control/users.md) |
55 | | - - [ACLs](./cloud/access-control/acl.md) |
56 | | -- [Networking]() |
57 | | - - [Connectivity (VPC, PSC, TGW)](./cloud/networking/connectivity.md) |
58 | | -- [Operations]() |
59 | | - - [Tasks](./cloud/operations/tasks.md) |
60 | | - - [Workflows](./cloud/operations/workflows.md) |
61 | | -- [Examples](./cloud/examples.md) |
62 | | -- [Human-Friendly Commands](./cloud/human-commands.md) |
63 | | -- [All Commands](./cloud/commands.md) |
64 | | - |
65 | | -# Redis Enterprise |
66 | | - |
67 | | -- [Overview](./enterprise/overview.md) |
68 | | -- [Core Resources]() |
69 | | - - [Cluster](./enterprise/core-resources/cluster.md) |
70 | | - - [Databases](./enterprise/core-resources/databases.md) |
71 | | - - [Nodes](./enterprise/core-resources/nodes.md) |
72 | | - - [Shards](./enterprise/core-resources/shards.md) |
73 | | - - [Modules](./enterprise/core-resources/modules.md) |
74 | | - - [Database Groups](./enterprise/core-resources/bdb-groups.md) |
75 | | -- [Access Control]() |
76 | | - - [Users & Roles](./enterprise/access-control/users.md) |
77 | | - - [LDAP Integration](./enterprise/access-control/ldap.md) |
78 | | -- [Active-Active]() |
79 | | - - [CRDB Operations](./enterprise/active-active/crdb.md) |
80 | | - - [CRDB Tasks](./enterprise/active-active/crdb-tasks.md) |
81 | | -- [Monitoring]() |
82 | | - - [Statistics](./enterprise/monitoring/stats.md) |
83 | | - - [Logs](./enterprise/monitoring/logs.md) |
84 | | - - [Alerts](./enterprise/monitoring/alerts.md) |
85 | | - - [Usage Reports](./enterprise/monitoring/usage-report.md) |
86 | | -- [Operations]() |
87 | | - - [Support Package](./enterprise/operations/support-package.md) |
88 | | - - [Debug Info](./enterprise/operations/debuginfo.md) |
89 | | - - [Diagnostics](./enterprise/operations/diagnostics.md) |
90 | | - - [License Management](./enterprise/operations/license.md) |
91 | | - - [Migrations](./enterprise/operations/migration.md) |
92 | | -- [Advanced]() |
93 | | - - [Actions](./enterprise/advanced/actions.md) |
94 | | - - [Workflows](./enterprise/advanced/workflows.md) |
95 | | - - [Job Scheduler](./enterprise/advanced/job-scheduler.md) |
96 | | - - [Bootstrap](./enterprise/advanced/bootstrap.md) |
97 | | - - [Proxies](./enterprise/advanced/proxy.md) |
98 | | - - [Endpoints](./enterprise/advanced/endpoints.md) |
99 | | - - [Services](./enterprise/advanced/services.md) |
100 | | - - [CM Settings](./enterprise/advanced/cm-settings.md) |
101 | | - - [OCSP](./enterprise/advanced/ocsp.md) |
102 | | - - [DNS Suffix](./enterprise/advanced/suffix.md) |
103 | | - - [JSON Schema](./enterprise/advanced/jsonschema.md) |
104 | | -- [Examples](./enterprise/examples.md) |
105 | | -- [Human-Friendly Commands](./enterprise/human-commands.md) |
106 | | -- [All Commands](./enterprise/commands.md) |
107 | | -- [API Access](./enterprise/api-access.md) |
108 | | - |
109 | | -# Common Features |
110 | | - |
111 | | -- [Output Formats](./common-features/output-formats.md) |
112 | | -- [JMESPath Queries](./common-features/jmespath-queries.md) |
113 | | -- [Async Operations](./common-features/async-operations.md) |
114 | | -- [Raw API Access](./common-features/raw-api.md) |
115 | | -- [Secure Storage](./common-features/secure-storage.md) |
116 | | - |
117 | | -# Comparison |
118 | | - |
119 | | -- [rladmin vs redisctl](./comparison/rladmin.md) |
120 | | - |
121 | | -# Tutorials |
122 | | - |
123 | | -- [CI/CD Integration](./tutorials/cicd.md) |
124 | | -- [Common Recipes](./tutorials/common-recipes.md) |
125 | | -- [Disaster Recovery](./tutorials/disaster-recovery.md) |
126 | | -- [Monitoring Setup](./tutorials/monitoring.md) |
127 | | -- [Network Security](./tutorials/network-security.md) |
128 | | -- [Production Databases](./tutorials/production-databases.md) |
129 | | - |
130 | 70 | # Reference |
131 | 71 |
|
132 | 72 | - [Environment Variables](./reference/environment-variables.md) |
133 | 73 | - [Configuration File](./reference/config-file.md) |
134 | 74 | - [Security](./reference/security.md) |
135 | | -- [Best Practices](./reference/best-practices.md) |
136 | 75 | - [Troubleshooting](./reference/troubleshooting.md) |
137 | | - |
138 | | -# API Reference |
139 | | - |
140 | | -- [API Overview](./api-reference/api.md) |
| 76 | +- [rladmin Comparison](./reference/rladmin.md) |
141 | 77 |
|
142 | 78 | # Developer |
143 | 79 |
|
144 | 80 | - [Architecture](./developer/architecture.md) |
145 | 81 | - [Libraries](./developer/libraries.md) |
146 | | -- [Contributing](./developer/contributing.md) |
| 82 | +- [Contributing](./developer/contributing.md) |
0 commit comments