redis-js icon indicating copy to clipboard operation
redis-js copied to clipboard

HTTP based Redis Client for Serverless and Edge Functions

Results 43 redis-js issues
Sort by recently updated
recently updated
newest added

Heyo `HSETNX` seems to be missing. https://redis.io/commands/hsetnx/ Cheers

Hey, We're looking into this library to replace ioredis in our code for our firebase functions and gain some speed. I'm wondering if we could have a similar kind of...

This is an issue as of `1.3.2-alpha.0` - fine for 1.3.0 (the version we've now pinned our application to). Platform: Next.js 12.0.7 We have a very simple file (`redis.ts`): ```...

We're storing an object via `hset` that contains the following unicode character (an emoji) `\ud83e\udef6`. When we retrieve the value via `hgetall` we get `\U0001faf6` back which is the `UTF-32`...

Requested by StephenBawks

enhancement

Since https://github.com/upstash/upstash-redis/pull/198 I'm getting `Unable to decode base64 []: atob is not defined` warnings while running the library inside a Vercel API route. I'm using `automaticDeserialization`, the feature might not...

nodejs v14

Bumps [esbuild](https://github.com/evanw/esbuild) from 0.13.15 to 0.15.6. Release notes Sourced from esbuild's releases. v0.15.6 Lower for await loops (#1930) This release lowers for await loops to the equivalent for loop containing...

dependencies