Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 300 Bytes

File metadata and controls

7 lines (6 loc) · 300 Bytes

To use Redis, get Docker desktop installed, and run the below command in PowerShell docker run --name my-redis -p 5002:6379 -d redis

This will install a redis instance in your Docker Redis Image name : my-redis Default port no, internal to Docker : 6379 Redis exposed from docker via port no : 5002