redis:redis-cli

redis-cli

redis-cli [OPTIONS] [cmd [arg [arg ...]]]
  • redis-cli [OPTIONS] [cmd [arg [arg …]]]
  • -h hostname: Server hostname (default: 127.0.0.1)
  • -p port: Server port (default: 6379)
  • -s socket: Server socket (hostname, port 덮어씀)
  • -a password: password
  • -u uri: Server URI

redis-cli help

  • redis/redis-cli.txt
  • 마지막으로 수정됨: 2024/11/26 01:16
  • 저자 writer