An open API service indexing awesome lists of open source software.

https://github.com/ahmedash95/build-redis-from-scratch


https://github.com/ahmedash95/build-redis-from-scratch

go redis

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Redis Clone

A seris of articles about how to implement an In-Memory Database like Redis in Go.

# Supported Languages
- [Arabic](https://www.build-redis-from-scratch.dev/ar/introduction)
- English (soon)

# Install

- Clone the repo
```bash
git clone git@github.com:ahmedash95/build-redis-from-scratch.git
```

- Run the server
```bash
go run main.go
```

- Run the client
```bash
redis-cli
```