Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mberlanda/ru101-go

Golang examples of python code provided in RU101
https://github.com/mberlanda/ru101-go

Last synced: 1 day ago
JSON representation

Golang examples of python code provided in RU101

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
```