Converting redis data to MySql

230 Views Asked by At

I have stored data in Redis and it growed by the time and it's now larger that 1GB that need a lots of RAM(Bigger than 4GB) after loading to RAM. I want to convert this data from Redis to MySql and serve from there instead of RAM. But I cant find a way for it. What I have to do?

0

There are 0 best solutions below