ashutosh chaudhary
ashutosh chaudhary
### Is your feature request related to a problem? Please describe. When a subscription doesn't match the event due to filters, ingest response still shows the event as accepted. This...
Consider following python code: ```py q1 = EQ("bool", should=[{"range": {"d": {"gte": 4}}}, {"term": {"c": "1"}}]) # contains 2 conditions q2 = EQ("bool", should=[{"range": {"d": {"gte": 4}}}]) # contains only 1...
Added web tool which I use daily to create openapi docs from UI (instead of writing YAML). An open source alternative to stoplight. Features: 1. Supports importing from postman 2....
Closes #1875 ### Description Since [1894](https://github.com/hoppscotch/hoppscotch/pull/1894) has gone stale, I've decided to revamp the feature once again. My main motivations are: 1. Save common useful responses to a request 2....
One key aspect I want to see in Dice is the rate limiting. Since I know this is likely going to get rejected, I want to put this out anyway....
DiceDB now supports tcp://, dice:// and unix:// variant addresses WIP: add support for environment variables
Fixes #569
DiceDB now supports tcp://, dice:// and unix:// variant addresses This supersedes https://github.com/DiceDB/dice/pull/540 __NOTE__: The implementation contains bug that the unix socket file isn't deleted after server is closed. Will be...
This fixes #1094
I have following `dice.toml` config: dice.toml ```toml Version = '0.0.4' InstanceID = '' [AsyncServer] Addr = '0.0.0.0' Port = 7379 KeepAlive = 300 Timeout = 300 MaxConn = 0 [HTTP]...