-
## Expected Behavior
I have an HTTP server where every request triggers a query to a Redis cluster. When the backends are down, I expect each Get call to return with an error.
## Current Behavio…
-
We are using CubeJS based analytics with a number of users, and as of right now, Redis stores about 1000 saved query results.
Some of these queries are very common - e.g. total orders per day - I wo…
vprus updated
2 years ago
-
Hi,
I would like to add points on the map using geo add and then searching all points in a rectangle which isn't axis-aligned.
There is any option to do it?
-
Created by: @2ZZ
Source: https://github.com/RedisGraph/RedisGraph/issues/1170
Hi
We've started seeing the error below in RedisGraph 2.0.10
```
=== REDIS BUG REPORT START: Cut & paste starting f…
-
Created by: @yype
Source: https://github.com/RedisGraph/RedisGraph/issues/3054
Hi there, I come across the following query that will trigger a crash in RedisGraph v2.10.9.
It can be reproduced in th…
-
**Is your feature request related to a problem? Please describe.**
For Redis Sentinel instances that support the SENTINEL REPLICAS command (Redis >= 5.0) it should be preferable to use it instead of …
-
If a user chooses multiple facet values the query that's generated by `simplesearch.js` might not return the expected results, as illustrated in the following example:
I have a facet named `service…
-
Steps to reproduce
Add a wrong Redis IP to ownClouds config.php (e.g. a valid IP but no Redis running on it) and try to use any `occ ...` command. Result:
```
$ occ
An unhandled exception has be…
xoxys updated
3 years ago
-
Hey,
i played around with the redis adapter, because i am thinking about changing from a tuplespace (rinda) to redis. But i have trouble with inheritance for queries - like described here: http://dat…
sfeu updated
12 years ago
-
It is not clear for me how can I cache output result of a complex query.
Let's say I query car accessories together with related cars and other related stuff:
```
public function resolve($roo…