debian man page for redis::list

Query: redis::list

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Redis::List(3pm)					User Contributed Perl Documentation					  Redis::List(3pm)

NAME
Redis::List - tie Perl arrays to Redis lists
VERSION
version 1.951
SYNOPSYS
tie @my_list, 'Redis::List', 'list_name', @Redis_new_parameters; $value = $my_list[$index]; $my_list[$index] = $value; $count = @my_list; push @my_list, 'values'; $value = pop @my_list; unshift @my_list, 'values'; $value = shift @my_list; ## NOTE: fourth parameter of splice is *NOT* supported for now @other_list = splice(@my_list, 2, 3); @my_list = ();
AUTHOR
Pedro Melo <melo@cpan.org>
COPYRIGHT AND LICENSE
This software is Copyright (c) 2012 by Pedro Melo. This is free software, licensed under: The Artistic License 2.0 (GPL Compatible) perl v5.14.2 2012-03-13 Redis::List(3pm)
Related Man Pages
praliases(1) - osf1
apache::session::browseable::redis(3pm) - debian
class::makemethods::evaled(3pm) - debian
template::view(3pm) - debian
test::mock::redis(3pm) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
Is UNIX an open source OS ?
Find columns in a file based on header and print to new file
New UNIX and Linux History Sections
My first PERL incarnation... Audio Oscillograph