Ecosyste.ms: Awesome
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: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ahmedash95/build-redis-from-scratch
- Owner: ahmedash95
- Created: 2023-03-26T16:17:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-04-01T15:29:53.000Z (over 1 year ago)
- Last Synced: 2024-06-29T07:59:50.515Z (4 months ago)
- Topics: go, redis
- Language: Go
- Homepage: https://www.build-redis-from-scratch.dev/
- Size: 3.91 KB
- Stars: 46
- Watchers: 2
- Forks: 4
- 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 [email protected]:ahmedash95/build-redis-from-scratch.git
```- Run the server
```bash
go run main.go
```- Run the client
```bash
redis-cli
```