mirror of
https://github.com/fluencelabs/redis
synced 2025-06-23 14:01:34 +00:00
Streams: state machine for reverse iteration WIP 1.
This commit is contained in:
@ -1035,7 +1035,7 @@ int rewriteHashObject(rio *r, robj *key, robj *o) {
|
||||
* The function returns 0 on error, 1 on success. */
|
||||
int rewriteStreamObject(rio *r, robj *key, robj *o) {
|
||||
streamIterator si;
|
||||
streamIteratorStart(&si,o->ptr,NULL,NULL);
|
||||
streamIteratorStart(&si,o->ptr,NULL,NULL,0);
|
||||
streamID id;
|
||||
int64_t numfields;
|
||||
|
||||
|
Reference in New Issue
Block a user