Redis Local setup
KIranuknow

KIranuknow @kiranuknow

Joined:
Nov 15, 2023

Redis Local setup

Publish Date: Nov 21 '23
0 0

Here are the commands to install Redis server in local Mac.

Prerequisits:
You might have already installed brew.

$ brew install redis
Enter fullscreen mode Exit fullscreen mode

To run the installed Redis Server, use the below command.

$ redis-server
Enter fullscreen mode Exit fullscreen mode

Comments 0 total

    Add comment