You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parses the Redis' database storage files and can dump the contents to
80
+
JSON files.
81
+
78
82
79
83
### Redis Security
80
84
Redis should be customized out of its default configuration to secure it
@@ -104,6 +108,10 @@ down against malicious actors, you will want to learn more about operating,
104
108
scaling and collecting metrics. The following resources should help you
105
109
get started in those areas.
106
110
111
+
*[A Key Expired In Redis, You Won't Believe What Happened Next](https://engineering.grab.com/a-key-expired-in-redis-you-wont-believe-what-happened-next)
112
+
is a well-written post on issues one team found with their configuration
113
+
when they were using Redis for a lot of data caching.
114
+
107
115
*[Redis-playbook](https://github.com/mikeblum/redis-playbook) is an Ansible
108
116
playbook for installing, configuring and securing a Redis instance.
109
117
@@ -116,6 +124,12 @@ get started in those areas.
116
124
and into [MySQL](/mysql.html) that is worth a read as you scale up your
117
125
Redis usage.
118
126
127
+
*[Learn Redis the hard way (in production)](https://tech.trivago.com/2017/01/25/learn-redis-the-hard-way-in-production/)
128
+
investigates problems found with a development team's Redis
129
+
infrastructure, how they went about debugging them and ultimately fixing
130
+
some of the issues, while being aware of limitations that could cause
131
+
them issues in the future.
132
+
119
133
* This video on
120
134
[Scaling Redis at Twitter](https://www.youtube.com/watch?v=rP9EKvWt0zo) is
121
135
a detailed look behind the scenes with a massive Redis deployment.
@@ -141,3 +155,7 @@ get started in those areas.
141
155
shows how to mock out a Redis instance using the
142
156
[redislite](https://github.com/yahoo/redislite) library and clean up
143
157
existing hacks you may be using to test your Redis usage.
158
+
159
+
*[Our journey from Redis 2 to Redis 3 while not taking the site down](https://engineering.skybettingandgaming.com/2017/09/25/redis-2-to-redis-3/)
160
+
explains their infrastructure and uptime demands in the gambling industry,
161
+
and how they were able to roll their upgraded Redis versions.
0 commit comments