RedisDB

Perl extension to access redis database
Download

RedisDB Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Pavel Shaydo
  • Publisher web site:
  • http://search.cpan.org/~zwon/

RedisDB Tags


RedisDB Description

RedisDB is a Perl module that provides interface to access redis key-value store. It transparently handles disconnects and forks. It supports transactions, pipelining, and subscription mode.SYNOPSIS use RedisDB; my $redis = RedisDB->new(host => 'localhost', port => 6379); $redis->set($key, $value); my $value = $redis->get($key);Product's homepage


RedisDB Related Software