You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
James McCoy 7526080ac6 Use msgpack_pack_v4raw(_body) with new msgpack-c versions
In msgpack-c's 1.0.0 release, the code was changed to be compatible with
the v5 msgpack spec, specifically separating out the STR and BIN types
as replacements for the old RAW type.

While the STR type is likely the right replacement type to use, it does
introduce a str 8 variant that wasn't present for the old RAW type.  For
better compatibility, the msgpack_pack_v4raw functions were added to
directly map to the old functionality.

Signed-off-by: James McCoy <jamessan@jamessan.com>
8 years ago
..
common.c Fix unused warning, use llabs instead of abs 9 years ago
common.h txt array support 13 years ago
custom-type.c Added separator param for custom list responses. 13 years ago
custom-type.h Removed content-type in another key, added suffixes instead. 14 years ago
json.c Fixed 503 responses when Redis is down. 14 years ago
json.h Partial rewrite, adding WebSockets, threads, pool. 14 years ago
msgpack.c Use msgpack_pack_v4raw(_body) with new msgpack-c versions 8 years ago
msgpack.h MessagePack bugfixes 13 years ago
raw.c Merge branch 'master' of https://github.com/nicolasff/webdis 13 years ago
raw.h Support Redis wire protocol over HTML5 WebSockets. 14 years ago