Struct RedisSet

Represents a Redis set value.

In addition to the methods specific to set values, all operations of RedisValue are available using an alias this declaration.

Constructors

Name Description
this

Fields

Name Type Description
value RedisValue

Methods

Name Description
contains
getAll
getRandom
insert
intersects
length
opApply
pop
remove
remove

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.