digitalmars.D.announce - Announcing TinyRedis v2.1.0
- Adil (27/27) Jun 11 2016 It's been a while since i announced a TinyRedis release. So here
- Martin Tschierschke (5/13) Jun 13 2016 Just a newbee question, is the Redis support included in Vibe.d a
- Adil Baig via Digitalmars-d-announce (3/16) Jun 13 2016 They're both independent codebases.
It's been a while since i announced a TinyRedis release. So here goes. TinyRedis is a fast and simple Redis(http://redis.io) driver for D. It has no dependencies and makes working with Redis trivial. This release brings TinyRedis up-to-date with dmd 2.071. Noteworthy improvements are : - dub: An earlier version of TinyRedis put it up on http://code.dlang.org. In this version dub.json has been spruced up to provide feature parity with the Makefile. Now examples can also be compiled via dub. - dmd 2.071: Updated to dmd 2.071. Thanks to a patch by John-Colvin - simpler imports: Imports have been clumped into one namespace. `import tinyredis;` - `tinyredis.collections`: This is the start of some work that has been lying around in master for a while. I've been meaning to write simple OOP wrappers for common data types on Redis, but never got round to completing more than one. This release includes a basic class to simplify working with SETs. - PubSub: This much requested feature has finally landed! All thanks to Ali Cehreli for building it out. PubSub is a Redis feature that works like a lightweight, centralised message queue. A new Subscriber class provides the complete range of functionality to work with message queues. Download : https://github.com/adilbaig/Tiny-Redis/releases GitHub : https://github.com/adilbaig/Tiny-Redis Docs : http://adilbaig.github.io/Tiny-Redis/
Jun 11 2016
On Saturday, 11 June 2016 at 18:44:43 UTC, Adil wrote:It's been a while since i announced a TinyRedis release. So here goes. TinyRedis is a fast and simple Redis(http://redis.io) driver for D. It has no dependencies and makes working with Redis trivial.[...]Download : https://github.com/adilbaig/Tiny-Redis/releases GitHub : https://github.com/adilbaig/Tiny-Redis Docs : http://adilbaig.github.io/Tiny-Redis/Just a newbee question, is the Redis support included in Vibe.d a completely different thing or is there a cross-fertilisation of ideas?
Jun 13 2016
On Mon, Jun 13, 2016 at 2:50 PM, Martin Tschierschke via Digitalmars-d-announce <digitalmars-d-announce puremagic.com> wrote:On Saturday, 11 June 2016 at 18:44:43 UTC, Adil wrote:They're both independent codebases.It's been a while since i announced a TinyRedis release. So here goes. TinyRedis is a fast and simple Redis(http://redis.io) driver for D. It has no dependencies and makes working with Redis trivial.[...]Download : https://github.com/adilbaig/Tiny-Redis/releases GitHub : https://github.com/adilbaig/Tiny-Redis Docs : http://adilbaig.github.io/Tiny-Redis/Just a newbee question, is the Redis support included in Vibe.d a completely different thing or is there a cross-fertilisation of ideas?
Jun 13 2016