mirror of https://mirror.osredm.com/root/redis.git
commit
a92921da13
|
@ -88,7 +88,7 @@ typedef struct streamNACK {
|
|||
|
||||
/* Stream propagation informations, passed to functions in order to propagate
|
||||
* XCLAIM commands to AOF and slaves. */
|
||||
typedef struct sreamPropInfo {
|
||||
typedef struct streamPropInfo {
|
||||
robj *keyname;
|
||||
robj *groupname;
|
||||
} streamPropInfo;
|
||||
|
|
Loading…
Reference in New Issue