>_ linuxcommand.dev
Startseite redis-server
Database

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
Start Redis locally
Load custom configuration
Run test instance on alternate port
Note Server component of Redis for in-memory databases and caching.
Export