Dancer::Plugin::Redis

Easy database connections for Dancer applications
Download

Dancer::Plugin::Redis Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Celogeek
  • Publisher web site:
  • http://search.cpan.org/~celogeek/

Dancer::Plugin::Redis Tags


Dancer::Plugin::Redis Description

Dancer::Plugin::Redis is a Perl module that provides an easy way to obtain a connected Redis database handle by simply calling the redis keyword within your Dancer application.SYNOPSIS use Dancer; use Dancer::Plugin::Redis; # Calling the redis keyword will get you a connected Redis Database handle: get '/widget/view/:id' => sub { template 'display_widget', { widget => redis->get('hash_key'); }; }; dance;Redis connection details are read from your Dancer application config - see below.Product's homepage


Dancer::Plugin::Redis Related Software