-
#907 revealed that redis is only ever used for `Session` creation in the backend, where `Session` actually refers to an account. As the prisma model already defines an `Account`, we decided to remove …
-
NodeJS Redis Client: https://github.com/NodeRedis/node_redis
SQL Query builder: http://knexjs.org/
Unit Testing: https://mochajs.org/
-
# Description
I forked the repo (https://github.com/maxux/pogom) and replaced (easier) the sql backend with a proof-of-concept with Redis backend.
I actually run this code and I test it, if someone …
maxux updated
8 years ago
-
Hey!
There are calls of `pydantic.main.validate_model` in search queries.
It is very CPU-loaded operations. And especially it affects when there are huge models and queries returning many objects. …
-
Hi,
I build MinHashLSH like that:
```
self.lsh = MinHashLSH(
threshold=0.7
num_perm=128
storage_config={
'typ…
-
Resumes are being parsed and stored as JSON blobs into redis database with the resume as the key.
**But while querying from the redis database, after being parsed back to JSON, some resumes are givin…
-
I have a very specific use case that is not supported well by the current server APIs. I've recently built a [DNS Proxy](https://github.com/istio/ztunnel/pull/536) for the Istio project. The proxy wil…
-
### Describe the bug
We have recently migrated from Redis/Cassandra stack to Victoria Metrics , where we observed that if the server metric path’s data is not presented in the Victoria Metris ,the …
-
### What is your article idea?
The article aims to provide a comprehensive guide for developers looking to enhance the performance of their Angular applications, especially when using Strapi as a bac…
-
**Describe the bug**
Cubejs is not releasing the memory because of some internal cache mechanics. I tried local/redis queues and it's pretty the same. Redis is not releasing the memory too (I gave cu…