Lev Kokotov
Lev Kokotov
## What changes are proposed in this pull request? Fix for #3969, workaround for #2016 Parsing `.dockerignore` and ignoring mentioned patterns when creating temporary build context. This is an optimization...
Please provide the following information when submitting an issue (feature requests or general comments can skip this): 1. pgBackRest version: 2.29 2. PostgreSQL version: 12.4 3. Operating system/version - if...
**Is your feature request related to a problem? Please describe.** Frameworks like Rails/ActiveRecord issue a health check on the connection before making it available to the rest of the app....
Hey everyone! It's been a ~couple weeks~ few months of development and I am thinking we are ready for some ~early~ end user testing. It would be good to try...
**Is your feature request related to a problem? Please describe.** I want to be able to block a known bad query from reaching my database and taking it down. A...
**Is your feature request related to a problem? Please describe.** I would like to be able to query multiple shards at the same time and get a single result set...
## What `import lore` triggers environment setup which prevents modular use of Lore. Run the env check explicitly instead when `lore` entrypoint is called. ## Why This allows Lore to...
Hello! Great app, thank you for writing this! Quick feature request: would it be possible to support Redis in cluster mode, e.g. by using `redis-py-cluster` library? Thank you!
Hey there, Thank you for writing this, awesome project! Curious, should there be support for tagging metrics? I could imagine something like this: ```rust client.incr("some.metric", vec!["service:api"]) ``` or maybe even...