<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en-us" xmlns="http://www.w3.org/2005/Atom"><title>Simon Willison's Weblog: zincrby</title><link href="http://simonwillison.net/" rel="alternate"/><link href="http://simonwillison.net/tags/zincrby.atom" rel="self"/><id>http://simonwillison.net/</id><updated>2009-12-22T20:38:25+00:00</updated><author><name>Simon Willison</name></author><entry><title>New Redis ZINCRBY command</title><link href="https://simonwillison.net/2009/Dec/22/zincrbycommand/#atom-tag" rel="alternate"/><published>2009-12-22T20:38:25+00:00</published><updated>2009-12-22T20:38:25+00:00</updated><id>https://simonwillison.net/2009/Dec/22/zincrbycommand/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://code.google.com/p/redis/wiki/ZincrbyCommand"&gt;New Redis ZINCRBY command&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Just added to Redis, a command which increments the “score” for an item in a sorted set and reorders the set to reflect the new scores. Looks ideally suited to real time stats, and I’m sure there are plenty of other exciting uses for it.

    &lt;p&gt;&lt;small&gt;&lt;/small&gt;Via &lt;a href="http://twitter.com/antirez/status/6939773925"&gt;antirez&lt;/a&gt;&lt;/small&gt;&lt;/p&gt;


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/nosql"&gt;nosql&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/redis"&gt;redis&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/salvatore-sanfilippo"&gt;salvatore-sanfilippo&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/sortedsets"&gt;sortedsets&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/zincrby"&gt;zincrby&lt;/a&gt;&lt;/p&gt;



</summary><category term="nosql"/><category term="redis"/><category term="salvatore-sanfilippo"/><category term="sortedsets"/><category term="zincrby"/></entry></feed>