portable-devtools / scripts /start_redis.bat
codekingpro's picture
Add files using upload-large-folder tool
e98b0a7 verified
Raw
History Blame Contribute Delete
277 Bytes
@echo off
setlocal
call "%~dp0activate_env.bat"
echo ===================================================
echo PORTABLE REDIS SERVER
echo ===================================================
echo [INFO] Starting Redis server on port 6379...
redis-server.exe
endlocal