Skip to content

Manages key structure in redis and access data directly in basic datatypes

License

Notifications You must be signed in to change notification settings

yadvendar/redigo-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redigo-wrapper

redigo-wrapper is a written on top of redigo to help you manage key structure in redis and provides a short hand access to read data from redis in basic datatypes taking care of conversion implicity.

Features

  • Key templating
  • Hash key templating
  • Key prefix
  • Basic datatype conversions

Installation

Install redigo-wrapper using the "go get" command:

go get github.com/yadvendar/redigo-wrapper

The Go distribution and redigo are the dependencies for redigo-wrapper.

Example

Check main.go file

License

Redigo is available under the Apache License, Version 2.0.

About

Manages key structure in redis and access data directly in basic datatypes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages