https://github.com/mberlanda/ru101-go
Golang examples of python code provided in RU101
https://github.com/mberlanda/ru101-go
Last synced: about 2 months ago
JSON representation
Golang examples of python code provided in RU101
- Host: GitHub
- URL: https://github.com/mberlanda/ru101-go
- Owner: mberlanda
- Created: 2019-07-01T19:52:39.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-04T15:34:09.000Z (almost 6 years ago)
- Last Synced: 2024-05-10T22:02:04.730Z (about 1 year ago)
- Language: Go
- Size: 582 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RU101 — An Introduction to Redis Data Structures
The purpose of this repository is to reimplement the python code examples of the code in golang.
## Load data
```
# You may want to export REDIS_HOST, REDIS_PORT, REDIS_PASSWORD, REDIS_DB
$ go run main.go -seed=data/ru101.json
```