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

https://github.com/sercheo87/app-go-redis

Example connection
https://github.com/sercheo87/app-go-redis

go golang redis

Last synced: 3 months ago
JSON representation

Example connection

Awesome Lists containing this project

README

        

# app-go-redis

This is a sample application that uses the **Go Redis client**.

## Running the application

Set variables of your instance in file `.env`:

```bash
REDIS_HOST=redis:6379
REDIS_PASSWORD=
```