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>2019-04-16 17:57:40 +0300
committerMichael Grunder <michael.grunder@gmail.com>2019-04-16 18:16:12 +0300
commitd7450b2f59700e4662624317438c456a0dd36165 (patch)
tree01114daffdc930b85039356e75138d5b7b6afa05 /common.h
parent5bf0c84c8fc7411e3d1dbee821c96b5a73561849 (diff)
Add support for STREAM to the type command
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 2b55efb9..8954e934 100644
--- a/common.h
+++ b/common.h
@@ -33,6 +33,7 @@
#define REDIS_LIST 3
#define REDIS_ZSET 4
#define REDIS_HASH 5
+#define REDIS_STREAM 6
#ifdef PHP_WIN32
#define PHP_REDIS_API __declspec(dllexport)