Skip to content

Commit 854a785

Browse files
committed
new redis resource
1 parent a9713d1 commit 854a785

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

content/pages/09-data/13-redis.markdown

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ some advice on Reids security and guarding against data breaches.
8585
default settings to lock them down against attackers.
8686

8787

88-
### General Redis resources
88+
### Specific Redis topics
8989
Once you have configured Redis, become comfortable using it and locked it
9090
down against malicious actors, you will want to learn more about operating,
9191
scaling and collecting metrics. The following resources should help you
@@ -94,6 +94,10 @@ get started in those areas.
9494
* [Redis-playbook](https://github.com/mikeblum/redis-playbook) is an Ansible
9595
playbook for installing, configuring and securing a Redis instance.
9696

97+
* [Monitoring Redis](http://www.mikeperham.com/2017/04/20/monitoring-redis/)
98+
shows common commands for accessing meta data about your Redis databases,
99+
such as `info` and `slowlog`.
100+
97101
* GitHub wrote a retrospective on
98102
[moving persistent data out of Redis](http://githubengineering.com/moving-persistent-data-out-of-redis/)
99103
and into [MySQL](/mysql.html) that is worth a read as you scale up your

0 commit comments

Comments
 (0)