The Redis server has a (default) memory limit of 256 files on Mac. This can easily be overridden in the terminal with ulimit -n 1024 or any other arbitrary file limit.
However, in order to avoid massive memory requirements I propose flushing the Redis files using .flushall() on a daily basis.
In the meantime I've added a flush off the Redis database on start of each run