Hi Pure Data Peoples,<div><br></div><div>I&#39;m still quite new to the Pure Data world, so please be indulgent to my first hacked external offering: puredis.</div><div><br></div><div>Any of you heard of Redis? <a href="http://antirez.com/post/redis-manifesto.html" target="_blank">http://antirez.com/post/redis-manifesto.html</a></div>


<div><br></div><div>for those of you who have not, it is:</div><div><br></div><div>- NoSQL Key-Value Server</div><div>- Fast</div><div>- A DSL for abstract data types: Lists, Hashes, Sets, SortedSets</div><div>- A Pub/Sub server</div>


<div><br></div><div>Puredis brings Redis to the Pure Data world:</div><div><br></div><div>[puredis] - Synchronous Blocking Redis client</div><div><br></div><div>[apuredis] - Asynchronous Non-Blocking Redis client</div><div>
<br></div><div>[spuredis] - Redis Pub/Sub Subscriber</div><div><br></div><div>See <a href="https://github.com/lp/puredis#readme">https://github.com/lp/puredis#readme</a></div><div>for build instructions and usage.</div><div>
<br></div><div>Feel free to constructively criticize if you feel the pd integration lacks some fundamental functionality.</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div>