Skip to content

Commit

Permalink
officially deprecate this package
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Picciano committed Nov 15, 2018
1 parent 94360be commit f3a5365
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
[![Build Status](https://travis-ci.org/mediocregopher/radix.v2.svg)](https://travis-ci.org/mediocregopher/radix.v2)
[![GoDoc](https://godoc.org/github.com/mediocregopher/radix.v2?status.svg)](https://godoc.org/github.com/mediocregopher/radix.v2)

This package is officially **deprecated** in favor of the [new
version](https://github.com/mediocregopher/radix), which does everything v2 does
but is faster, cleaner, and more flexible.

# Old README

Radix is a minimalistic [Redis][redis] client for Go. It is broken up into
small, single-purpose packages for ease of use.

Expand Down Expand Up @@ -35,12 +41,6 @@ small, single-purpose packages for ease of use.
radix package, such as SCANing either a single redis instance or every one in
a cluster, or executing server-side lua

## V3

If you're so inclined, [radix.v3](https://github.com/mediocregopher/radix.v3) is
available for beta testing. If you like v2 you'll probably love v3, it's got
everything v2 does and is faster, cleaner, and more flexible. Check it out!

## Installation

go get github.com/mediocregopher/radix.v2/...
Expand Down

0 comments on commit f3a5365

Please sign in to comment.