mirror of
https://github.com/fluencelabs/redis
synced 2025-07-31 00:11:56 +00:00
Merge branch 'unstable' of github.com:/antirez/redis into unstable
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user