redis flushall falushdb How do I delete everything in redis? redis-cli ping PONG redis-cli #FLUSHDB - Removes data from your connection's CURRENT database. #FLUSHALL - Removes data from ALL databases. 127.0.0.1:6379> flushall db/redis 2015.11.05
window10 localhost IP6, IP4 Why is my “localhost” not 127.0.0.1? [duplicate] Window Vista 이후 부터 Ping을 사용할 때 기본적으로 IP6를 사용한다. IP4를 사용하는 PIng을 위해서는 -4 옵션을 이용하면 된다. ping 127.0.0.1 ping -4 localhost os/Window 2015.09.16