-
Hi
We've started seeing the error below in RedisGraph 2.0.10
```
=== REDIS BUG REPORT START: Cut & paste starting from here ===
1:M 26 Jun 2020 08:21:00.981 # Redis 5.0.8 crashed by signal: 11…
-
Hi, we recently deployed Coturn but pretty soon realised it was using a lot of CPU in our Redis DB.
We are right now investigating the issue and we think it has to do with how Coturn are doing querie…
-
We recently changed how MongoDB queries are sanitized to show more information to our users. (https://github.com/appsignal/appsignal-ruby/pull/819)
We can do the same to Redis commands. Currently, …
-
### Introduction
In order to track overall performance in Dialogporten, we need to track several metrics
### Description
There are several critical operations that we need to measure (time elapsed):
…
-
Hi,
redis_fdw fails to build against PostgreSQL 14. Can you please take a look? v14 beta1 is out, and we are working on packaging.
> gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaratio…
-
What kind of approach could one take to be notified of graph updates, would keyspace notification or a similar system actually work ?
If i `CREATE` a node, i'd like redis to inform me using subscript…
Sceat updated
2 years ago
-
Hi there, I come across the following testcase that would crash RG version 2.10.9 on Redis version=6.2.11. Tested on the redis-stack docker image.
To reproduce, run the server, and send the followi…
-
jdbc:redis-cluster:///xxx.xx.xxx.xx:26379;xx.xx.xxx.xx:26379;xx.xx.xxx.xx:26379
password: xxxxx
使用如上连接抛出java.lang.NullPointerException
看源码是因为com.itmuch.redis.jdbc.conf.RedisClusterConnectionInfo#…
-
I have the following files - index.ts:
```import "reflect-metadata";
import { ApolloServer } from 'apollo-server-express';
import Express from 'express';
import { createConnection } from "typeo…
-
This code either hangs (py2) or crashes with RecursionError (py3):
``` python
from __future__ import print_function
@defer.inlineCallbacks
def main():
redis = txredisapi.lazyConnection()
red…