How to set Redis max memory usage

1 · Josh Sherman · Sept. 27, 2020, 5:23 a.m.
Redis is one of my favorite data stores. The multitude of data types makes it flexible enough to serve as a simple caching layer (replacing Memcached) or as a full-blown RDBMS replacement if you’re willing to jump through a few hoops. Because Redis is an in-memory data store, it’s limited......