- Redis 教程
- Redis 简介
- Redis 安装
- Redis 配置
- Redis 数据类型
- Redis 命令
- Redis 高级教程
Redis Debug Segfault 命令
Redis Debug Segfault 命令执行一个非法的内存访问从而让 Redis 崩溃,仅在开发时用于 BUG 调试。
语法
redis Debug Segfault 命令基本语法如下:
redis 127.0.0.1:6379> DEBUG SEGFAULT
可用版本
>= 1.0.0
返回值
无
实例
redis 127.0.0.1:6379> DEBUG SEGFAULT Could not connect to Redis at 127.0.0.1:6379: Connection refused not connected>
关注微信小程序
扫描二维码
程序员编程王