Back to Developer Roadmap

ZINCRBY

src/data/roadmaps/redis/content/[email protected]

4.0441 B
Original Source

ZINCRBY

ZINCRBY increments the score of a member in a sorted set by the defined increment. If the member targeted does not exists in the sorted set then it will be added and will be assigned the value of the increment. If the key does not exists that ZINCRBY will created the set with the targeted member as it's only member.

Learn more from the following resources: