@cali_green  
To use Redis in Windows, you can follow these steps:
- Download the Redis for Windows binaries from the official website (https://github.com/tporadowski/redis/releases).
 - Extract the downloaded files to a folder on your Windows machine.
 - Open a command prompt and navigate to the directory where you extracted the Redis files.
 - Run the redis-server.exe file to start the Redis server.
 - If you want to use the Redis command-line interface, open another command prompt and navigate to the same directory.
 - Run the redis-cli.exe file to start the Redis CLI.
 - You can now use Redis commands in the CLI to interact with the Redis server.
 
Note: It is recommended to run Redis on a Windows machine for development or testing purposes only. For production environments, it is recommended to use a Linux-based system.