Aleksi Pekkala
Aleksi Pekkala
`RedisDriver` already accepts a `key: string` argument but the argument is not used anywhere: instead the class uses a hardcoded `roomcaches` value. This PR changes updates `RedisDriver` so that if...
Is there a way to transform the `Redis.on` callback arguments? In my use case I'm adding a prefix string to channel names with the following argument transformer: ```ts Redis.Command.setArgumentTransformer("publish", (args)...
Replace lodash function calls with native Javascript code.
Thanks for a great library! Can we bother you for a new version release? It'd be nice to get Jest v28 support https://github.com/folke/esbuild-runner/pull/65 out so we can upgrade our dependencies.
Use `ioredis.Cluster` instead of `ioredis.Redis` if the `REDIS_CLUSTER` env var is set to `true`. Also adds a lockfile, tests, basic CI setup + change the build script to `prepare` to...
Elasticsearch added the [`wildcard` field type](https://www.elastic.co/guide/en/elasticsearch/reference/current/keyword.html#wildcard-field-type) in v7.9. Are there any plans to support the field type in OpenSearch? Thanks!