Anton Zhiyanov

Results 57 comments of Anton Zhiyanov

Hi Gökhan, thank you for your interest in Redka! I think it's a great idea :) I suggest we start by deciding on SQL schema changes and method signatures right...

I think it's better to start with a limited-scope PR. I suggest implementing SADD, SREM, and SISMEMBER. And only at the Go API level (without touching the `command` package, which...

Sorry, I'm not ready to go with `Rem` and `IsMember`. Redis naming is really inconsistent, the same things are called differently all the time (Exists/IsMember, Card/Len/Count, Del/Rem etc). I'm sure...

I think it's mostly fine. The `rset_key_id_idx ` is unnecessary, and `member` is better called `elem`, so it'll probably be like this: ```sql create table if not exists rset (...

Okay, this didn't work out. I'm closing the issue and the associated PR.

I will fix it, as soon as I have time.

The issue is fixed with the new [regexp](https://github.com/nalgeon/sqlean/blob/main/docs/regexp.md) extension in [0.18.0](https://github.com/nalgeon/sqlean/releases/tag/0.18.0). Unfortunately, it does not support Windows at the time. I'll let you know when it does.

Fixed for Windows in [0.18.1](https://github.com/nalgeon/sqlean/releases/tag/0.18.1). Now `regexp_replace()` replaces all occurrences of a match.

Thank you for your interest, Mohammed! Regarding the workshop — it depends on how you see it. Technically, Codapi can provide you with a Go compiler and shell access. But...