Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaHameed committed Jan 15, 2024
1 parent a7ef111 commit 8b6da11
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,25 @@ transferred from one process to another.
curl -OL https://github.com/UsamaHameed/tiny-redis/releases/latest/download/tiny-redis
```

run the server with:
```bash
./tiny-redis
```

## build from source
```bash
git clone [email protected]:UsamaHameed/tiny-redis.git
go build
```

run the server with:
```bash
./tiny-redis
```

# How to test

```bash
# start the server
go run main.go

# connect to redis via tcp and then try sending any of the resp strings
nc localhost 6379
# resp strings to try
Expand Down

0 comments on commit 8b6da11

Please sign in to comment.