added link to Redis::List
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 22 Mar 2009 17:53:57 +0000 (17:53 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 22 Mar 2009 17:53:57 +0000 (17:53 +0000)
git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/Redis@35 447b33ff-793d-4489-8442-9bea7d161be5

lib/Redis.pm

index ed5e2ad..074cb34 100644 (file)
@@ -293,6 +293,8 @@ sub dbsize {
 
 =head1 Commands operating on lists
 
 
 =head1 Commands operating on lists
 
+See also L<Redis::List> for tie interface.
+
 =head2 rpush
 
   $r->rpush( $key, $value );
 =head2 rpush
 
   $r->rpush( $key, $value );