PauloASilva
PauloASilva
@athanasiosem thanks for letting us know.
Hi @247arjun, Thanks for taking the time to review the document and provide feedback. I understand your point, nevertheless denylists are hard to build and maintain, making them almost never...
I was playing around with a regular expression to match not allowed characters and I ended up with something like `/[ \u0000-\u001F\u007F\u0080—\u009F"'>\/=]/`. This regular expression is missing the "any characters...
Hi @donge, The translated content is just a release candidate (RC) and it is expected to change until its final version. I believe that back in Dec/2022 when @ErezYalon said...
Hi @MuratZamir, Thanks for your kind words. This issue is kinda of stalled: it's one year old and no content was contributed. Would you like to take ownership of it?...
I believe there's still valuable information in the 2019 edition that makes it worth the translation, but this is my personal opinion. On the other hand, in the 2023 version...
Hi @MuratZamir, > I believe we can start translating the 2023 edition. If any reference is made to 2019 version, we can simply translate that as well. Sounds like a...
I am working on Sorted Sets support. Anyone has work done on this?
@jamc I was working on `z*` functions. I have `zcard`, `zadd`, `zrem` All of them were implemented at `lib/sorted-set.js` file. Have a look at my [sorted-set branch](https://github.com/PauloASilva/redis-mock/tree/sorted-set). Then I started...
@GuillaumeCisco I gave up on this. As I said before it doesn't make sense (to me) implementing redis' logics in node when you have no way to validate that you're...