Merge branch 'unstable' of github.com:/antirez/redis into unstable

This commit is contained in:
antirez 2019-10-10 10:31:43 +02:00
commit 8a73389ef8

View File

@ -88,7 +88,7 @@ typedef struct streamNACK {
/* Stream propagation informations, passed to functions in order to propagate /* Stream propagation informations, passed to functions in order to propagate
* XCLAIM commands to AOF and slaves. */ * XCLAIM commands to AOF and slaves. */
typedef struct sreamPropInfo { typedef struct streamPropInfo {
robj *keyname; robj *keyname;
robj *groupname; robj *groupname;
} streamPropInfo; } streamPropInfo;