Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adilbaig/Tiny-Redis
Redis driver for D
https://github.com/adilbaig/Tiny-Redis
d dlang redis redis-driver
Last synced: 3 months ago
JSON representation
Redis driver for D
- Host: GitHub
- URL: https://github.com/adilbaig/Tiny-Redis
- Owner: adilbaig
- License: isc
- Created: 2012-07-20T21:57:55.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-05-31T14:18:27.000Z (5 months ago)
- Last Synced: 2024-08-04T01:04:04.800Z (3 months ago)
- Topics: d, dlang, redis, redis-driver
- Language: D
- Homepage: http://adilbaig.github.io/Tiny-Redis/
- Size: 473 KB
- Stars: 87
- Watchers: 6
- Forks: 20
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
Tiny Redis
==========
Redis driver for the D programming language. TinyRedis is fast, simple, intuitive, feature complete, unit-tested, forward compatible, has no dependencies and makes working with Redis trivial.It supports all of Redis's data types; strings, hashes, lists, sets, sorted sets, bitmaps and hyperloglogs. It also has simple functions for Lua eval, pipelining and transactions.
### Documentation
Documentation and Usage examples are on the website: http://adilbaig.github.com/Tiny-Redis### Latest Release
Download the latest stable release here: https://github.com/adilbaig/Tiny-Redis/releases### Change Log
[See the Changelog](https://github.com/adilbaig/Tiny-Redis/blob/master/changelog.md)### Bugs and Contributions
I'm happy to accept all contributions from anyone using this library. The best way to contribute code or documentation is to fork this repository and send a pull request.Report bugs by [opening a new issue](https://github.com/adilbaig/Tiny-Redis/issues/new)
### Star this project
If you use this project, please star it on github. That's a quick acknowledgement for me that you are using it.Thanks
Adil Baig
Twitter : [@aidezigns](http://twitter.com/aidezigns)