NAME

Redis::Object::SearchResult - Search result for Redis search

DESCRIPTION

Result of a search performed on a Redis database

SYNOPSIS

See L<Redis::Object>

ATTRIBUTES

table

The tale searching on

position

The current position, starting at 0.

METHODS

next

Returns the next item in the subset or undef

all

Returns all found items as an array

AUTHOR

Ulrich Kautz <uk@fortrabbit.de>

COPYRIGHT

Copyright (c) 2011 the "AUTHOR" as listed above

LICENCSE

Same license as Perl itself.