Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpredis/phpredis.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Gortney <bwg@briangortney.com>2016-12-14 19:32:00 +0300
committerPavlo Yatsukhnenko <yatsukhnenko@gmail.com>2019-03-23 17:55:43 +0300
commitd5b8f833404ce81c120b14a930427a74c3cb5b26 (patch)
treeef5c9a6ae3c08be2d0c6961ceba4c8c1a54fff3a /common.h
parent6a1685d33bbee73e703f7ad49114cb3b54ebcd49 (diff)
rebase msgpack pull request (#801) on develop branch
Diffstat (limited to 'common.h')
-rw-r--r--common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common.h b/common.h
index 23769d5b..2b55efb9 100644
--- a/common.h
+++ b/common.h
@@ -85,6 +85,7 @@ typedef enum _PUBSUB_TYPE {
#define REDIS_SERIALIZER_NONE 0
#define REDIS_SERIALIZER_PHP 1
#define REDIS_SERIALIZER_IGBINARY 2
+#define REDIS_SERIALIZER_MSGPACK 3
/* compression */
#define REDIS_COMPRESSION_NONE 0
#define REDIS_COMPRESSION_LZF 1