Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ysakasin committed Aug 4, 2018
0 parents commit 639d4d3
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# sample-redigo

Example of connecting redis from go using by redigo

## Setup

Use dep.

```
dep ensure
make
```

## References

### redigo
- https://github.com/gomodule/redigo
- https://godoc.org/github.com/gomodule/redigo/redis

### echo
- https://github.com/labstack/echo
- https://godoc.org/github.com/labstack/echo

## Redis
- https://redis.io/commands

0 comments on commit 639d4d3

Please sign in to comment.