NAME
Redis::Object::Types - Description
DESCRIPTION
Index types
SYNOPSIS
See Redis::Object
TYPES
StrIndexed
String type for arbitrary indexed strings.
has attrib => ( isa => "StrIndexed", is => "rw", required => 1 );
StrIndexedSafe
Indexed String type, with constraints to assure/increase proability that it will not create errors with Redis (StrIndexed is more loose, and you can save any value)
has attrib => ( isa => "StrIndexedSafe", is => "rw", required => 1 );
AUTHOR
Ulrich Kautz <uk@fortrabbit.de>
COPYRIGHT
Copyright (c) 2011 the "AUTHOR" as listed above
LICENCSE
Same license as Perl itself.