Eddie

Results 12 comments of Eddie

@kwhitley I added additional information to README. Let me know if there's anything else I need to work on. tx :)

@murgatroid99 Something similar to this issue. If create a new connection repeatedly during periodic disconnections, the existing stream does not seem to disappear. Were there any further developments related to...

When will this issue be completed?

@kwhitley please give me feedback :)

I tested it, but the issue did not occur. using node v14.16.1, ts 4.2.3 ``` const ns = cls.getNamespace('app'); ns.run(async () => { ns.set('key', 'value'); await Promise.resolve() .then(() => {...

I am commenting because a similar problem occurred ``` async function zstdCodecStreamingTest(level) { const zstdCodecStreaming = new Promise(async (resolve) => ZstdCodec.run((binding) => resolve(new binding.Streaming())) ); const dst = path.join(__dirname, 'samples',...

I found that OOM occurs when testing while adjusting the level. But I haven't found the cause, so is there anything else I need to check?

As for the comparison I made, it was not about saving tests but rather a comparison of the commands like **findOne, find, and lean**. I am sharing part of a...

I'm writing this comment to check if any other tasks are in progress for performance improvement. 😄

Hi @dmaier-redislabs, I tested it as you suggested, and the logs from MONITOR were identical. However, the returned results were different. Both `key` and `key2` used in the test did...