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:
authorMichael Grunder <michael.grunder@gmail.com>2020-06-08 00:09:30 +0300
committerGitHub <noreply@github.com>2020-06-08 00:09:30 +0300
commit04def9fbe2194b3b711362de57260a6cd5216e69 (patch)
tree35ef5d8eaa6e50f360ad63a5f444e4b64782a30f /common.h
parent5ca4141c72e23816f146b49877a6a4b8098b34c6 (diff)
Rebased LZ4 PR (#1781)
LZ4 compression by @iliaal
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 dc692524..14aefb53 100644
--- a/common.h
+++ b/common.h
@@ -100,6 +100,7 @@ typedef enum {
#define REDIS_COMPRESSION_NONE 0
#define REDIS_COMPRESSION_LZF 1
#define REDIS_COMPRESSION_ZSTD 2
+#define REDIS_COMPRESSION_LZ4 3
/* SCAN options */
#define REDIS_SCAN_NORETRY 0