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

@@ -150,6 +150,10 @@
"icu"
]
},
"igbinary": {
"type": "external",
"source": "igbinary"
},
"ldap": {
"type": "builtin",
"arg-type": "with-prefix",
@@ -331,7 +335,11 @@
"source": "redis",
"arg-type": "custom",
"ext-suggests": [
"session"
"session",
"igbinary"
],
"lib-suggests": [
"zstd"
]
},
"session": {