NAME
WebService::Amazon::Route53::Caching::Store::Redis - Redis-based cache-storage.
SYNOPSIS
This module implements several methods which makes it possible to get/set/delete cached values by a string-key.
The module will expect to be passed an open/valid Redis handle in the constructor:
my $redis = Redis->new();
my $cache = WebService::Amazon::Route53::Caching::Store::Redis->new( redis => $redis );
COPYRIGHT AND LICENSE
Copyright (C) 2014 Steve Kemp <steve@steve.org.uk>.
This library is free software. You can modify and or distribute it under the same terms as Perl itself.