-
I am working on a Koa app that has been using koa-redis and koa-generic-session and trying to replace them with iron-session. I have implemented iron-session similar to the samples provided for Koa:
…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Product
Strawberry Shake
### Describe the bug
Seems to be now that the `CSharpGenerator` respects the `setti…
-
## Feature Request
Get slow log command from redis.
Example command:
```
> SLOWLOG GET
1) 1) (integer) 10595463
2) (integer) 1490323467
3) (integer) 8831
4) 1) "HGETALL"
…
-
It would be nice if queries would get out of the box support for caching, it's a pain to make a wrapper since you'd have to make sure the function you create accepts and returns the right types. The s…
-
I want to query all the keys in the redis cluster, redis:scan (0, 'match', '*', 100) , but only the data of one node is found. How can I find the keys of all nodes?
-
**Checklist**
- `[Y]` I have searched budibase discussions and github issues to check if my issue already exists
**Hosting**
- Self & Cloud
**Describe the bug**
If I am part-way through wri…
-
Currently the Javascript sandbox does an index query for every contact look up. We should cache the lookup of the contact key from the address in Redis so that we can avoid the index query.
-
@aching @davidiw @movekevin @banool
Presently, there is no WebSockets notifications endpoint alongside the REST API. Typically REST and WebSockets channels are complimentary, and the lack of WebSo…
-
I am using Redisearch module in Redis and trying to filter the data stored in Redis index using the following query.
FT.AGGREGATE MyIndex * GROUPBY 1 "@MyField" FILTER "@MyField=='value'"
I am a…
-
Hi!
In order to use some feature of elysia like dependency injection (https://elysiajs.com/patterns/dependency-injection.html), I split the code into multiple file:
First, a state for the database…