Struct RedisZSet

Represents a Redis sorted set value.

In addition to the methods specific to sorted 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
count
getRank
getReverseRank
insert
length
opIndexOpAssign
remove
removeRangeByRank
removeRangeByScore

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.