2f095c8903
as title
7 lines
130 B
Bash
Executable File
7 lines
130 B
Bash
Executable File
#!/bin/sh
|
|
exec redis-server \
|
|
--dir /data/redis \
|
|
--maxmemory-policy noeviction \
|
|
--bind 127.0.0.1 \
|
|
--protected-mode yes
|