Skip to content

Commit

Permalink
Removed references to go dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Dec 3, 2019
1 parent 6996983 commit b2c6611
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,19 @@

## Installation

**go-cache** requires a [supported release of Go](https://golang.org/doc/devel/release.html#policy) and [dep](https://github.com/golang/dep).
**go-cache** requires a [supported release of Go](https://golang.org/doc/devel/release.html#policy).
```bash
$ go get -u github.com/mrz1836/go-cache
```

Updating dependencies in **go-cache**:
```bash
$ cd ../go-cache
$ dep ensure -update -v
```

### Package Dependencies
- Gary Burd's [Redigo](https://github.com/gomodule/redigo)
- Knowledge of [Redis](https://redis.io/download)

## Documentation
You can view the generated [documentation here](https://godoc.org/github.com/mrz1836/go-cache).

### Features
- Cache Dependencies Between Keys
- Cache Dependencies Between Keys (toggle functionality)
- Connect via URL
- Better Pool Management & Creation
- Register Scripts
Expand Down

0 comments on commit b2c6611

Please sign in to comment.