Thank you for the replies. This Redis instance is running with persistence disabled.
This is after flushing cache and running for 3 minutes:
$ redis-cli info | pastebin
> https://termbin.com/4r3tc
Maxmemory and maxmemory-policy configs:
$ redis-cli CONFIG GET maxmemory
> 1) "maxmemory"
> 2) "0"
$ redis-cli CONFIG GET maxmemory-policy
> 1) "maxmemory-policy"
> 2) "noeviction"