Georgy Moiseev

Results 55 comments of Georgy Moiseev

> See [Inferring more from code](https://stevedonovan.github.io/ldoc/manual/doc.md.html#Inferring_more_from_Code). I would expect this work somehting like > > ```lua > -- @field CONST1 foo bar > -- @field CONST2 baz qiz > local...

To run SSL tests with CI, it is required to have a token to download Tarantool Enterprise Edition. Unfortunately, it seems that it is impossible for now due to legal...

> > To run SSL tests with CI, it is required to have a token to download Tarantool Enterprise Edition. Unfortunately, it seems that it is impossible for now due...

> > @Mons said in Russian Tarantool Community chat discussion that it won't work: https://t.me/tarantoolru/188258 > > To be honest, I don't understand why. If we look at the code...

> Thank you for this awesome contribution! Just a few moments I think need to be addressed. And the main concern of mine are automatic tests. It is super important...

As a follow-up, we need to consider supporting graceful shutdown event.

Such rework is likely to break compatibility and drop the performance, so we should decide carefully.

We also may consider supporting new pagiation here: https://github.com/tarantool/tarantool/issues/7639

We should consider linting with `mypy` after adding this

Btw, if you mean "put" as "write a record disregarding whether a record with such primary key exist or not", it's `Replace` operations you are looking for. `Insert` operations throw...