Skip to content

Commit

Permalink
Redis
Browse files Browse the repository at this point in the history
  • Loading branch information
m-thirumal authored Dec 29, 2023
1 parent e27c0cd commit e4f13a2
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 12 deletions.
6 changes: 3 additions & 3 deletions PostgreSQL/postgresql.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# PostgreSQL

* [Install PostgreSQL](../PostgreSQL/Install_PostgresQL_in_Ubuntu.md)
* [Install PostgreSQL](PostgreSQL/Install_PostgresQL_in_Ubuntu.md)

* [UnInstall](../PostgreSQL/UnInstall%20PostgreSQL.md)
* [UnInstall](PostgreSQL/UnInstall%20PostgreSQL.md)

* [WAL Archive & PITR](../PostgreSQL/WAL%20Archive%20&%20PITR.md)
* [WAL Archive & PITR](PostgreSQL/WAL%20Archive%20&%20PITR.md)
18 changes: 12 additions & 6 deletions _sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,20 @@
* [Troubleshoot](jenkin/Troubleshoot.md)

* Redis
* [Installation using apt](redis/install.md)
* [Installation using docker](redis/docker.md)
* [Ubuntu Installation using Source](redis/install_redis_in_ubuntu_from_source.md)
* [Mac OS Installtion using Source](redis/install_redis_in_mac_from_source.md)
* [Enable remote access](redis/redis_enable_remote_access.md)
* [Redis Client](redis/redis-client.md)
* [Install](redis/install.md)
* [Install from Source on ubuntu - Shell file](redis/install_redis_from_source_ubuntu.sh)
* [Install from source on Mac](redis/install_redis_in_mac_from_source.md)
* Docker
`docker pull redis`

* [Redis Clients](redis/redis-client.md)

* [Enable Remote Access](redis/redis_enable_remote_access.md)

* [Troubleshoot](redis/troubleshoot.md)

* [Redis Server shell file](redis/redis-server)

* AWS - Website hosting
* [Host static website using S3](aws/host_static_website_using_s*md)
* [Add TLS for AWS S3 hosted static website using Let's Encrypt](aws/tls/create_cloud_front.md)
Expand Down
3 changes: 0 additions & 3 deletions redis/docker.md

This file was deleted.

16 changes: 16 additions & 0 deletions redis/redis.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Redis

* [Install](redis/install.md)

* [Install from Source on ubuntu - Shell file](redis/install_redis_from_source_ubuntu.sh)
* [Install from source on Mac](redis/install_redis_in_mac_from_source.md)
* Docker
`docker pull redis`

* [Redis Clients](redis/redis-client.md)

* [Enable Remote Access](redis/redis_enable_remote_access.md)

* [Troubleshoot](redis/troubleshoot.md)

* [Redis Server shell file](redis/redis-server)

0 comments on commit e4f13a2

Please sign in to comment.