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
- Host: GitHub
- URL: https://github.com/sercheo87/app-go-redis
- Owner: sercheo87
- Created: 2022-12-03T17:58:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-03T20:59:21.000Z (over 2 years ago)
- Last Synced: 2025-01-29T05:28:59.565Z (4 months ago)
- Topics: go, golang, redis
- Language: Go
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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=
```