add lz4, igbinary support for redis

This commit is contained in:
crazywhalecc
2023-12-23 13:53:22 +08:00
committed by Jerry Ma
parent 3828ba7c77
commit 6bcda6a5a0
9 changed files with 92 additions and 33 deletions

View File

@@ -224,12 +224,6 @@
"libturbojpeg.a"
]
},
"libmcrypt": {
"source": "libmcrypt",
"static-libs-unix": [
"libmcrypt.a"
]
},
"libmemcached": {
"source": "libmemcached",
"static-libs-unix": [
@@ -368,12 +362,6 @@
"openssl"
]
},
"mcrypt": {
"source": "mcrypt",
"static-libs-unix": [
"libmcrypt.a"
]
},
"ncurses": {
"source": "ncurses",
"static-libs-unix": [
@@ -507,6 +495,12 @@
"libiconv"
]
},
"liblz4": {
"source": "liblz4",
"static-libs-unix": [
"liblz4.a"
]
},
"xz": {
"source": "xz",
"static-libs-unix": [