#!/bin/sh
exec redis-server \
  --dir /data/redis \
  --maxmemory-policy noeviction \
  --bind 127.0.0.1 \
  --protected-mode yes
