redis-server
Persistent key-value database.
=> More information.
- Start Redis server, using the default port (6379), and write logs to stdout:
redis-server
- Start Redis server, using the default port, as a background process:
redis-server --daemonize yes
- Start Redis server, using the specified port, as a background process:
redis-server --port {port} --daemonize yes
- Start Redis server with a custom configuration file:
redis-server {path/to/redis.conf}
- Start Redis server with verbose logging:
redis-server --loglevel {warning|notice|verbose|debug}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
=> CC-BY
Proxy Information
- Original URL
- gemini://freeshell.de/tldr/redis-server.gmi
- Status Code
- Success (20)
- Meta
text/gemini;lang=en-GB
- Capsule Response Time
- 104.190696 milliseconds
- Gemini-to-HTML Time
- 0.329892 milliseconds
This content has been proxied by September (ba2dc).