Skip to content

hmbyl/godis

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

13 Aug 2012

Currently very busy with work, and I don't have the time to fix some of the pending issues at hand.

godis

Implements a few database clients for Redis.

There is a stable client and an experimental client, redis and exp, respectively. To use any of them simply add.

import "github.com/simonz05/godis/redis"

or

import "github.com/simonz05/godis/exp"

Both versions provide a redis package which is used to create a client and talk to the database. For a quick start check out either projects readme and example. Package reference is also available.

  1. godis/redis
  2. godis/exp