The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "dist:Redis-Client FRIEDO"

Redis::Client - Perl client for Redis 2.4 and up River stage zero No dependents

Redis::Client is a Perl-native client for the Redis (<http://redis.io>) key/value store. Redis supports storage and retrieval of strings, ordered lists, hashes, sets, and ordered sets. Redis::Client uses the new binary-safe Unified Request Protocol t...

FRIEDO/Redis-Client-0.015 - 16 Apr 2014 15:27:31 UTC

Redis::Client::Set - Work with Redis sets River stage zero No dependents

This class provides a "tie"d interface for Redis sets. Redis sets are mapped to Perl hashes. Like Perl hashes, Redis sets contain an unordered group of "members" which are mapped to keys in the hash. The values in a hash tied to a Redis set are ALWAY...

FRIEDO/Redis-Client-0.015 - 16 Apr 2014 15:27:31 UTC

Redis::Client::Hash - Work with Redis hashes River stage zero No dependents

This class provides a "tie"d interface for Redis hashes. Redis hashes are mapped to Perl hashes. Like Perl hashes, Redis hashes contain an unordered set of key-value pairs. Any time the "tie"d hash or one of its elements is evaluated, the correspondi...

FRIEDO/Redis-Client-0.015 - 16 Apr 2014 15:27:31 UTC

Redis::Client::List - Work with Redis lists River stage zero No dependents

This class provides a "tie"d interface to Redis lists. Redis lists are mapped to Perl arrays. Like Perl arrays, a Redis list contains an ordered sequence of values. Any time the list or an element from the list is evaluated, its current value will be...

FRIEDO/Redis-Client-0.015 - 16 Apr 2014 15:27:31 UTC

Redis::Client::Zset - Work with Redis ordered sets (zsets) River stage zero No dependents

This class provides a "tie"d interface for Redis sorted sets (zsets). Redis zsets are mapped to Perl hashes. Like Perl hashes, Redis zsets contain an unordered group of "members" which are mapped to keys in the hash. The values in a hash tied to a Re...

FRIEDO/Redis-Client-0.015 - 16 Apr 2014 15:27:31 UTC

Redis::Client::String - Work with Redis strings River stage zero No dependents

This class provides a "tie"d interface for Redis strings. Redis strings are mapped to Perl scalars. Like Perl scalars, a Redis string may contain any single value, including a character string, number, etc. Any time the string is evaluated, its curre...

FRIEDO/Redis-Client-0.015 - 16 Apr 2014 15:27:31 UTC

Redis::Client::Role::URP - Role for the Redis Unified Request Protocol River stage zero No dependents

This role implements the Unified Request Protocol <http://redis.io/topics/protocol> used by Redis 2.0 and above....

FRIEDO/Redis-Client-0.015 - 16 Apr 2014 15:27:31 UTC

Redis::Client::Role::Tied - Role for tied things that talk to Redis River stage zero No dependents

This role contains common functionality used by the Redis::Client "tie" classes....

FRIEDO/Redis-Client-0.015 - 16 Apr 2014 15:27:31 UTC

Pod::Weaver::Plugin::RedisLinks - Add links to Redis documentation River stage zero No dependents

This Pod::Weaver plugin is used internally by the Redis::Client distribution to add links to the official Redis <http://redis.io/> documentation for each command....

FRIEDO/Redis-Client-0.015 - 16 Apr 2014 15:27:31 UTC
9 results (0.03 seconds)