redis-server
Starts and manages the Redis server process
Syntax
$redis-server [config_file] [options]
Optionen
--port
--bind
--requirepass
Examples
Examples
$redis-server
Examples
$redis-server /etc/redis/redis.conf
Examples
$redis-server --port 6380
See also
Typical use cases
Note
Server component of Redis for in-memory databases and caching.
Export