Database
redis-cli
Redis Command Line Interface
Ubuntu
CentOS
Debian
SUSE
Fedora
RHEL
Verifiziert: 2026-03-04
Syntax
$redis-cli [options] [command]
Optionen
-h
-p
-a
-n
Beispiele
$redis-cli ping
$redis-cli get key
$redis-cli set key value
$redis-cli -h host -p port info
Siehe auch
Typische Anwendungsfälle
?
Standardverwendung
redis-cli --help
Hinweis
Redis Kommandozeilen-Client.
Export