https://github.com/mfernstrom/fpredis
This is a redis client library for freepascal
https://github.com/mfernstrom/fpredis
fpc freepascal lazarus redis
Last synced: 8 months ago
JSON representation
This is a redis client library for freepascal
- Host: GitHub
- URL: https://github.com/mfernstrom/fpredis
- Owner: MFernstrom
- Created: 2017-09-13T16:40:09.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-18T03:06:13.000Z (over 8 years ago)
- Last Synced: 2023-10-25T22:49:52.023Z (over 2 years ago)
- Topics: fpc, freepascal, lazarus, redis
- Language: Pascal
- Size: 21.5 KB
- Stars: 9
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.modified-lgpl.txt
Awesome Lists containing this project
README
# fpc-redis-client
This is a redis client library for [Freepascal](https://freepascal.org/) / [Lazarus](http://www.lazarus-ide.org/)
[Redis](https://redis.io/) is a fast in-memory nosql database
It is a continuation of an older implementation https://github.com/ik5/redis_client.fpc (At the time of writing the last update was 6 years ago)
I'm updating, bugfixing, and adding features.
**TODO**
* Implement more commands
**Compatibility**
I'm testing this as I go with
* Lazarus 1.6.4
* FPC 3.0.2
* i386-darwin-carbon
* Redis 4.0.1 (Latest at the time of writing)
Once I have a release-candidate I'll test with Linux and Windows as well.
**License**
The original code was released under a modified LGPL to allow linking without releasing code, this version has the same licensing as the original.