Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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


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

go redis

Last synced: 3 months 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 [email protected]:ahmedash95/build-redis-from-scratch.git
```

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

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