18.02.2012

Delphi and Redis

Redis is short for Remote Dictionary Server and it is a NoSQL-Database or more specific, a Key-Value-Store. Since there was no Client for Delphi, I decided to write one by myself.


The project is available on Google Code: http://code.google.com/p/delphi-redis/
It uses the Indy TCP Client by default, but you can use either Constructor or Property Injection to switch to another implementation.

1 Kommentar:

Peter hat gesagt…

Thx - going to play with this..