Tiny Redis- a Redis driver for D

Adil simplyadilb at gmail.com
Thu Jul 26 13:29:58 PDT 2012


Announcing Tiny Redis.

Tiny Redis is a Redis driver for the D programming language (v2). 
The api is minimalist and makes working with Redis trivial. All 
the basic operations on all data types are supported :

strings
hashes
lists
sets
sorted sets
transactions

The more esoteric features like Lua scripting and Pub/Sub have 
not been tested yet.

Read about it here : https://github.com/adilbaig/Tiny-Redis

If you're not familiar with Redis, go to http://redis.io/

This is an early attempt at working in D. FWIW, i've only tested 
this on Linux with DMD 2.059. Any suggestions to improve the code 
(and bug reports) are very welcome.

Adil


More information about the Digitalmars-d-announce mailing list