Tie::Redis - Connect perl data structures to Redis
This allows basic access to Redis from Perl using tie, so it looks just like a a hash or array. Please think carefully before using this, the tie interface has quite a performance overhead and the error handling is not that great. Using AnyEvent::Red...
DGL/Tie-Redis-0.26 - 11 Apr 2013 15:32:57 UTC
Tie::Redis::List - Connect a Redis list to a Perl array
DGL/Tie-Redis-0.26
-
11 Apr 2013 15:32:57 UTC
Tie::Redis::Hash - Connect a Redis hash to a Perl hash
DGL/Tie-Redis-0.26
-
11 Apr 2013 15:32:57 UTC
Tie::Redis::Candy - Tie Redis to HashRef or ArrayRef
This module is inspired by Tie::Redis and Redis::Hash/Redis::List....
ZURBORG/Tie-Redis-Candy-1.001 - 18 Oct 2015 14:14:53 UTC
Tie::Redis::Attribute - Variable attribute based interface to Tie::Redis
This is an experimental module that implements attribute based tying for Redis. Currently tying of arrays or hashes is supported....
DGL/Tie-Redis-0.26 - 11 Apr 2013 15:32:57 UTC
Tie::Redis::Candy::Hash - tie Perl hashes to Redis hashes - the candy way
Ties a Perl hash to Redis. Note that it doesn't use Redis Hashes, but implements a fake hash using regular keys like "prefix:KEY". If no "prefix" is given, it will tie the entire Redis database as a hash. Future versions will also allow you to use re...
ZURBORG/Tie-Redis-Candy-1.001 - 18 Oct 2015 14:14:53 UTC
Tie::Redis::Candy::Array - tie Perl arrays to Redis lists - the candy way
ZURBORG/Tie-Redis-Candy-1.001
-
18 Oct 2015 14:14:53 UTC
Tie::CacheRedisDB - Tie a hash to a Cache::RedisDB
Tie::CacheRedisDB is to simplify using key-value storage by presenting a familiar interface while using a Redis backing store. Arguments to the tie should be presented in a single hash reference. can_miss The number of updates allowed between persist...
INSPIRE/Tie-CacheRedisDB-1.0.1 - 29 Jul 2016 20:44:43 UTC
Tie::Hash::RedisDB - A very thin Tie around a RedisDB Hash
Tie::Hash::RedisDB is Redis hashes refied into perl hashes....
INSPIRE/Tie-Hash-RedisDB-1.03 - 19 Oct 2018 12:33:52 UTC
Tie::Hash::DBD - tie a plain hash to a database table
This module has been created to act as a drop-in replacement for modules that tie straight perl hashes to disk, like "DB_File". When the running system does not have enough memory to hold large hashes, and disk-tieing won't work because there is not ...
HMBRAND/Tie-Hash-DBD-0.23 - 18 May 2021 15:30:01 UTC