1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
Commit Graph

6 Commits

Author SHA1 Message Date
Chris Rees
49c5228a49 Redefining ARCH is not such a good idea 2012-09-19 19:23:16 +00:00
Bryan Drewery
51efe2f521 - Update to 0.11.0
- Switch to using USE_GITHUB

PR:		ports/171619
Submitted by:	Grzegorz Blach <magik@roorback.net> (maintainer)
2012-09-14 01:55:01 +00:00
Vanilla I. Shu
19defbd41b Fix build error with clang (do not need to bump PORTREVISION).
PR:		ports/160753
Submitted by:	maintainer
2011-09-16 07:14:52 +00:00
Wen Heping
2d78dac3c1 - Update to 0.10.1
PR:		ports/158039
Submitted by:	"Grzegorz Blach" <magik@roorback.net> (maintainer)
2011-06-20 03:13:57 +00:00
Beech Rintoul
a2d101a80d -Update to 0.10.0
PR:		ports/156705
Submitted by:	Grzegorz Blach <magik@roorback.net> (maintainer)
Approved by:	itetcu (mentor)(implicit)
2011-05-02 23:24:32 +00:00
Martin Wilke
b344c7f3cc Hiredis is a minimalistic C client library for the Redis database.
It is minimalistic because it just adds minimal support for the protocol,
but at the same time it uses an high level printf-alike API in order to make
it much higher level than otherwise suggested by its minimal code base and
the lack of explicit bindings for every Redis command.

Apart from supporting sending commands and receiving replies, it comes with
a reply parser that is decoupled from the I/O layer. It is a stream parser
designed for easy reusability, which can for instance be used in higher
level language bindings for efficient reply parsing.

Hiredis only supports the binary-safe Redis protocol, so you can use it with
any Redis version >= 1.2.0.

The library comes with multiple APIs. There is the synchronous API, the
asynchronous API and the reply parsing API.

WWW: https://github.com/antirez/hiredis

PR:		ports/153535
Submitted by:	Grzegorz Blach <magik at roorback.net>
Feature safe:	yes
2011-01-31 11:43:02 +00:00