redis::list(3pm) debian man page | unix.com

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
anyevent::redis(3pm) - debian
apache::session::browseable::redis(3pm) - debian
class::makemethods::evaled(3pm) - debian
class::makemethods::standard(3pm) - debian
class::makemethods::standard::global(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Introduction
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?