vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Struct RedisZSet

Represents a Redis sorted set value.

struct RedisZSet(T) ;

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

Constructors

NameDescription
this (db, key)

Fields

NameTypeDescription
value RedisValue

Methods

NameDescription
count (min, max)
countByLex (min, max)
getRank (member)
getReverseRank (member)
insert (args)
length ()
opIndexOpAssign (value, member)
rangeByLex (min, max, offset, count)
remove (members)
remove ()
removeRangeByRank (start, end)
removeRangeByScore (min, max)
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.