File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff 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
8989Once you have configured Redis, become comfortable using it and locked it
9090down against malicious actors, you will want to learn more about operating,
9191scaling 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
You can’t perform that action at this time.
0 commit comments