Claudiu Ceia
Claudiu Ceia
I'm using a deno library that imports a JSON file with: ```ts import countries from "https://cdn.jsdelivr.net/gh/umpirsky/[email protected]/data/en_US/country.json" assert { type: "json" }; ``` This is happening in the code for an...
Hi there, This PR adds the [zinter](https://redis.io/commands/zinter/) command which was missing. I tried to follow the same patterns I saw used for the other commands. Fun fact I learned today...
Hi team, I sent a [small PR](https://github.com/denodrivers/redis/pull/323) today and I was confused about not being able to run tests. I eventually figured out that the tests expect docker to be...
Hi team, I sent a [small PR](https://github.com/denodrivers/redis/pull/323) today and noticed that formatting is not enforced in any way. Out of habit I ran `deno fmt` only to see quite a...
**The problem/use-case that the feature addresses** I'm currently writing an implementation of this [full-text-search indexing pattern](https://redis.com/redis-best-practices/indexing-patterns/full-text-search/). The fact that ZINTER/SINTER don't take a LIMIT parameter means that a query could...
Hi team, Just wanted to let you know that we at [CivicTech Romania](https://github.com/civictechro) love the work that you do here. We're a non-profit tech startup, working together with local and...
- EdgeDB Version: 4.0+d568f08 - EdgeDB CLI Version: EdgeDB CLI 4.0.2+be1da73 - OS Version: Linux 6.5.6-200.fc38.x86_64 (Fedora 38) - Deno Version: deno 1.38.0 (release, x86_64-unknown-linux-gnu) - Typescript Version: typescript 5.2.2...