Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 294 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 294 Bytes

fphiredis

freepascal binding for libhiredis (=c client library for redis)

Pre

  • libhiredis.so must be installed
  • redis package must be installed
  • for testing redis-server must be running

Compile

  • unit: fpc utnhiredis.pas
  • test: fpc fpredis_test.pas