Skip to content

Commit

Permalink
Fix readme.md and index
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammad Raisul Islam Evan <[email protected]>
  • Loading branch information
Evanraisul committed Nov 27, 2024
1 parent f69f771 commit 2d5c0fa
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 27 deletions.
46 changes: 22 additions & 24 deletions docs/guides/memcached/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,32 +15,30 @@ aliases:

> New to KubeDB? Please start [here](/docs/README.md).
## Overview
Memcached is an in-memory key-value store that allows for high-performance, low-latency data caching. It is often used to speed up dynamic web applications by offloading frequent, computationally expensive database queries and storing data that needs to be retrieved fast. Memcached is frequently used in contexts where the rapid retrieval of tiny data items, such as session data, query results, and user profiles, is critical for increasing application performance. It is especially well-suited for use cases requiring scalability, distributed caching, and high throughput, making it a popular choice for powering online and mobile apps, particularly in high-concurrency environments. Memcached is a simple, extremely efficient caching layer that minimizes stress on backend systems and improves performance for applications that require real-time data.

## Supported Memcached Features

| Features | Availability |
| ------------------------------------ | :----------: |
| Clustering | &#10007; |
| Persistent Volume | &#10007; |
| Instant Backup | &#10007; |
| Scheduled Backup | &#10007; |
| Initialize using Snapshot | &#10007; |
| Initialize using Script | &#10007; |
| Multiple Memcached Versions | &#10003; |
| Custom Configuration | &#10003; |
| Externally manageable Auth Secret | &#10007; |
| Reconfigurable Health Checker | &#10003; |
| Using Custom docker image | &#10003; |
| Builtin Prometheus Discovery | &#10003; |
| Using Prometheus operator | &#10003; |
| Automated Version Update | &#10003; |
| Automated Vertical Scaling | &#10003; |
| Automated Horizontal Scaling | &#10003; |
| Automated db-configure Reconfiguration | &#10003; |
| TLS: Add, Remove, Update, Rotate ( Cert Manager ) |&#10007;|
| Automated Volume Expansion | &#10007; |
| Autoscaling (Vertically) | &#10003; |
| Grafana Dashboard | &#10003; |
| Alert Dashboard | &#10007; |
| Features | Availability |
| ----------------------------------------------------- | :----------: |
| Multiple Memcached Versions | &#10003; |
| Custom Configuration | &#10003; |
| Externally manageable Auth Secret | &#10003; |
| Reconfigurable Health Checker | &#10003; |
| Using Custom docker image | &#10003; |
| Builtin Prometheus Discovery | &#10003; |
| Using Prometheus operator | &#10003; |
| Automated Version Update | &#10003; |
| Automated Vertical Scaling | &#10003; |
| Automated Horizontal Scaling | &#10003; |
| Automated db-configure Reconfiguration | &#10003; |
| Authentication & Authorization | &#10003; |
| TLS: Add, Remove, Update, Rotate ( Cert Manager ) | &#10003; |
| Autoscaling (Vertically) | &#10003; |
| Monitoring using Prometheus and Grafana | &#10003; |
| Monitoring Grafana Dashboard | &#10003; |
| Alert Grafana Dashboard | &#10003; |



Expand Down
2 changes: 1 addition & 1 deletion docs/guides/memcached/restart/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Restart Memcached
menu:
docs_{{ .version }}:
identifier: mc-restart
identifier: restart
name: Restart
parent: mc-memcached-guides
weight: 46
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/memcached/restart/restart.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ menu:
docs_{{ .version }}:
identifier: mc-restart
name: Restart
parent: mc-restart
parent: restart
weight: 10
menu_name: docs_{{ .version }}
section_menu_id: guides
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/memcached/tls/tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Memcached TLS/SSL Encryption
menu:
docs_{{ .version }}:
identifier: mc-tls
name: TLS
name: TLS/SSL
parent: tls
weight: 20
menu_name: docs_{{ .version }}
Expand Down

0 comments on commit 2d5c0fa

Please sign in to comment.