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)NAMERedis::List - tie Perl arrays to Redis listsVERSIONversion 1.951SYNOPSYStie @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 = ();AUTHORPedro Melo <melo@cpan.org>COPYRIGHT AND LICENSEThis 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 |
template::view(3) - centos |
anyevent::redis(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. |
How can I do this in VI editor? |
Introduction |
One instance of comparing grep and awk |
New UNIX and Linux History Sections |