Struct RedisStripped
Represents the stripped type of a struct.
Strips all fields that cannot be directly stored as values in the Redis
database. By default, any field named id
or
_id
is also stripped. Set
the strip_id
parameter to
false
to keep those fields.
Constructors
Name | Description |
---|---|
this
|
Methods
Name | Description |
---|---|
membersString
|
|
populateNonRedisFields
|
|
populateRedisFields
|
|
unstrip
|
Reconstructs the full (unstripped) struct value. |
Aliases
Name | Description |
---|---|
strippedMemberIndices
|
|
StrippedMembers
|
|
unstrippedMemberIndices
|
|
UnstrippedMembers
|
See also
Authors
Sönke Ludwig
Copyright
© 2014 RejectedSoftware e.K.
License
Subject to the terms of the MIT license, as written in the included LICENSE.txt file.