1 [COPY] --- T2-COPYRIGHT-NOTE-BEGIN ---
2 [COPY] T2 SDE: package/*/hiredis/hiredis.desc
3 [COPY] Copyright (C) 2024 The T2 SDE Project
5 [COPY] This Copyright note is generated by scripts/Create-CopyPatch,
6 [COPY] more information can be found in the files COPYING and README.
8 [COPY] This program is free software; you can redistribute it and/or modify
9 [COPY] it under the terms of the GNU General Public License version 2.
10 [COPY] --- T2-COPYRIGHT-NOTE-END ---
12 [I] Minimalistic C client for Redis >= 1.2
14 [T] Hiredis is a minimalistic C client library for the Redis database. It is
15 [T] minimalistic because it just adds minimal support for the protocol, but at
16 [T] the same time it uses a high level printf-alike API in order to make it
17 [T] much higher level than otherwise suggested by its minimal code base and the
18 [T] lack of explicit bindings for every Redis command.
20 [U] https://github.com/redis/hiredis
23 [M] The T2 Project <t2@t2-project.org>
30 [P] X -----5---9 117.600
32 [D] e715a237cc1e69898a77649c7486663eac0a0b62c7940c1ceb37dc17 hiredis-v1.2.0.tar.gz https://github.com/redis/hiredis/archive/refs/tags/v1.2.0/