Tagged Questions
0
votes
1answer
723 views
How do I load the dump.rdb file into redis?
I have a dump.rdb file, which is in the same directory as redis.config.
When I start my sever:
redis-server ./redis.config
It does not load the data in that 1 GB file.
How do I load that data?
2
votes
1answer
74 views
Force a process to update cwd after mount?
Redis is dumping snapshots to device that is rapidly running out of space.
I've tried mounting a larger device to the snapshot directory, but Redis continues to dump snapshots to the smaller device.
...
1
vote
2answers
372 views
What happens to redis when your server runs out of free RAM?
Let's say you're hosting redis on a small server with little RAM.
What happens if there's too much data, and all the RAM gets used up?
Does redis die? Or does it continue operating?