I want to flush redis server through batch file so I am trying to create batch file with following command but it doesn't work for me.
SET REDIS_PATH=C:\Redis
"%REDIS_PATH%\redis-cli" FLUSHALL
I want to flush redis server through batch file so I am trying to create batch file with following command but it doesn't work for me.
SET REDIS_PATH=C:\Redis
"%REDIS_PATH%\redis-cli" FLUSHALL
Solved My self. I have created a shortcut to desktop and edited properties.