The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Tie::Hash::RedisDB - A very thin Tie around a RedisDB Hash

SYNOPSIS

  use Tie::Hash::RedisDB;
  my $redis_key = 'scrub';
  my %bucket;
  tie %bucket, 'Tie::Hash::RedisDB', $redis_key,
   { expiry => 60, namespace => 'buckets', redis_uri => 'redis://localhost'};

DESCRIPTION

Tie::Hash::RedisDB is Redis hashes refied into perl hashes.

AUTHOR

ClinicaHealth, Inc. dba Inspire

COPYRIGHT

Copyright 2018- Inspire

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

SEE ALSO