-
This isnt an actual issue, I was wondering how you would make a poll command where when someone reacts to it, it gets the reactions, then checks if checkmark or x is bigger, if checkmark is begger it …
-
I got this after running `pnpx ts-migrate-full packages/*`:
```
usr/local/bin/../pnpm-global/4/node_modules/ts-migrate/bin/ts-migrate-full.sh: line 66: /usr/local/bin/../pnpm-global/4/node_modules…
-
```
❯ rm -rf node_modules
❯ npm install
npm warn deprecated inflight@1.0.6: This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to c…
-
This may be my misunderstanding of the library, but I don't understand how come after "test2" i get "undefined" as the value.
Maybe it's not supported to decode to Text and I should have the record ty…
-
**Describe the bug**
When using the same `store` with multiple namespaces, all instances of the stores will use the namespace of the latest created instance.
**How To Reproduce (best to provide wo…
-
I followed the example:
```ts
import { Keyv } from 'keyv';
import { KeyvRedis } from '@keyv/redis';
import { CacheableMemory } from 'cacheable';
import { createCache } from 'cache-manager';
…
-
- [ ] presets (see https://www.stardot.org.uk/forums/viewtopic.php?p=403229#p403229)
- [ ] turn space/speed tradeoff dial more towards speed
- [ ] parse key names on command line with `*JKEYS` (th…
-
I have been using keyv-lru for a while and recently set notify: true. But I never see the event called, and soon after node crashes with a memory overflow.
Clearly I am not doing this properly. A…
-
Nice package.
Would be nice with a way to bypass the cache using input arguments from the client
-
Cool project! Small issue I ran into when setting it up:
This PR #14 introduced an entrypoint script that uses the `pg_isready` command to wait for a postgres DB to come up. But, the documentation …