登录redis命令行

#del key1 key2 key3

进入redis命令安装目录

#./redis-cli KEYS "PHPREDIS_SESSION*" | awk '{print $1}' | xargs ./redis-cli del