[fpc-pascal] Redis client for FPC
michael.vancanneyt at wisa.be
michael.vancanneyt at wisa.be
Wed Jan 11 17:54:40 CET 2012
On Wed, 11 Jan 2012, ik wrote:
> Hello,
>
> Does anyone know of a Redis client for FPC (and open source) ?
>
> Another question:
> If I need to implement it, how would you do it regarding dataset ?
> I'm not sure that it is suited for the task, what do you think ?
No.
Dataset relies on a tabular format, so not key=value.
The fact that each value in a column has the same type and/or length is also
a must.
Michael.
More information about the fpc-pascal
mailing list