Redis Server Debug Segfault 命令

  • 描述

    Server Debug Segfault执行无效的内存访问,这会使Redis崩溃。它用于在开发过程中模拟错误。
  • 句法

    以下是Redis Debug Segfault命令的基本语法。
    
    redis 127.0.0.1:6379> DEBUG SEGFAULT
    
  • 返回值

    字符串回复。
  • 例子

    
    redis 127.0.0.1:6379> DEBUG SEGFAULT  
    Could not connect to Redis at 127.0.0.1:6379: Connection refused 
    not connected>