Latest web development tutorials

Redis Debug Segfault command

Redis server

Redis Debug Segfault command to execute an illegal memory access so that Redis crash only when developing for BUG debugging.

grammar

redis Debug Segfault basic command syntax is as follows:

redis 127.0.0.1:6379> DEBUG SEGFAULT 

Available versions

> = 1.0.0

return value

no

Examples

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

Redis server