Y
Hacker News
new
|
ask
|
show
|
jobs
by
sieabahlpark
1234 days ago
Redis is a memory store, you're the one who fucked up treating a cache as a persistence layer.
2 comments
itake
1234 days ago
Redis offers disk persistence [0]. Why can't it be used as a persistence layer?
[0] -
https://redis.io/docs/management/persistence/
link
ceejayoz
1234 days ago
Redis offers disk persistence; Heroku's free Redis offering did not.
link
robertlagrant
1234 days ago
You can use Redis as a cache, but it's not fundamentally a cache.
link
[0] - https://redis.io/docs/management/persistence/