I don't know which part of your comment you're saying sarcastically, but I presume you're referencing the fact that Redis uses up a lot of memory.
This is because Redis is a caching database, and pulls the data into memory for it to be faster. This is by design.