# README
redis-plugin
A simple example demonstrating how to create a Redis plugin.
Usage
To run the example, type:
go run main.go deps.go [-redis-config <config-filepath>]
# Constants
PluginName represents name of plugin.
# Structs
Deps is a helper struct which is grouping all dependencies injected to the plugin.
ExamplePlugin to depict the use of Redis flavor.