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
- Host: GitHub
- URL: https://github.com/ahmedash95/build-redis-from-scratch
- Owner: ahmedash95
- Created: 2023-03-26T16:17:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-30T09:01:34.000Z (over 1 year ago)
- Last Synced: 2025-04-09T22:12:40.207Z (about 1 year ago)
- Topics: go, redis
- Language: Go
- Homepage: https://www.build-redis-from-scratch.dev/
- Size: 4.88 KB
- Stars: 69
- Watchers: 3
- Forks: 7
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- StarryDivineSky - ahmedash95/build-redis-from-scratch
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
```