4845 explained code solutions for 96 technologies


php-redisHow to delete a key


$redis->delete('key');ctrl + c
$redis

Redis object after connection

delete

deletes specified key

key

name of the key to delete