https://github.com/changsongl/godis
A practice project in Golang for learning Redis. I will blog about the implementation detail of redis while I'm working on this project.
https://github.com/changsongl/godis
godis golang learning-redis practice redis
Last synced: 2 months ago
JSON representation
A practice project in Golang for learning Redis. I will blog about the implementation detail of redis while I'm working on this project.
- Host: GitHub
- URL: https://github.com/changsongl/godis
- Owner: changsongl
- License: mit
- Created: 2020-06-13T12:05:39.000Z (almost 5 years ago)
- Default Branch: product
- Last Pushed: 2020-12-26T10:38:19.000Z (over 4 years ago)
- Last Synced: 2024-12-18T08:39:33.737Z (5 months ago)
- Topics: godis, golang, learning-redis, practice, redis
- Language: Go
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Godis
A practice project in Golang for learning Redis.