Yaroslav
Yaroslav
I think linkage errors were caused because some rocksdb source files weren't listed in the `.gyp` file.
Added PR: https://github.com/Level/rocksdb/pull/206
@tanruixiang Hi, I've done some tests locally. For example, if I set `x` to a string of length 50 and then use `disk` command - I get something about 80...
@git-hulk @PragmaTwice @tisonkun Do we have any blockers or considerations that might stop us from updating RocksDb to a newer major version?
@caipengbo Yes, sure, I will :)
@git-hulk I mean that if I run `XREAD BLOCK 0 STREAMS s1 $` on a replica (it will block) and then execute `XADD s1 * k1 v1` on master the...
@caipengbo Added design notes.
> I took a look briefly and overall design is good to me. There are two small issues in design internal: > > 1. I think we should save the...
@git-hulk Fixed possible crashes via access to command non-existing command arguments by index. Created column family for streams. I will use it also for replication purposes, to unblock blocked readers.
> > > I took a look briefly and overall design is good to me. There are two small issues in design internal: > > > > > > 1....