Tideland Redis Database Client
The package inside this project provides a small but powerful Go client for the Redis database.
You can install it with goinstall via
goinstall tideland-rdc.googlecode.com/hg
It also needs the TidelandCommonGoLibrary, which easily can be installed via
goinstall tideland-cgl.googlecode.com/hg
It can be used with the package name rdc.
Features
- Multiple pooled databases with authentication in one application
- Generic command function able to perform each possible command
- Asynchronous commands, result set can be asked for command completion
- Support of publish and subscribe (including patterns) with dedicated commands
- Flexible result sets with comfortable methods for data access
- Automatic mapping of []byte, []string and map[string]string
- Handling of multiple commands (transactions)
- Integrated execution time monitoring
More information
