Kai Chen

Results 3 issues of Kai Chen

First of all - thank you for open sourcing this component! It's saving me a lot of time since I don't need to build this entirely from scratch. ----------------------- Thoughts...

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`...