-
A sample program:
```
package main
import (
"fmt"
"net/http"
_ "net/http/pprof"
"time"
"github.com/gomodule/redigo/redis"
rg "github.com/redislabs/redisgraph-go"
"github.com/sir…
-
Follow up from https://github.com/syntasso/kratix/issues/127
# Background
As part of https://github.com/syntasso/kratix/issues/127 you can now specify that files written to the destination eithe…
-
这个版本用的betas库是什么版本,用5.3的betas版本重新编译后,读取rsbeat.yml配置文件时报elasticsearch地址不对
-
### What version of Go are you using (`go version`)?
$ go version
go version go1.14.5 linux/amd64
### Does this issue reproduce with the latest release?
Yes, There is still no soluti…
-
http://www.stashphp.com/Drivers.html#redis
The example code is wrong. Given:
```php
// One Server
$driver = new Stash\Driver\Redis();
$driver->setOptions(array('servers' => array('127.0.0.1', '…
-
redis supports listening on a unix domain socket and go-redis does not support it.
It seems trivial to implement (my nasty proof of concept hack worked)
-
## Week 1
- [x] Go fundamentals
- [x] Typescript fundamentals
- [x] coreutils: echo, env, cat, wc, head, tail, yes, true, false, tree (use gobyexample to speed up things)
- [x] Testing fundame…
-
We found one issue with Partial Resynchronization(PSYNC) feature supported by Redis v4.
We investigated into possible scenarios when redis is able to perform PSYNC. In the case of update of our 3-n…
-
### Expected behavior
Redis `SMEMBERS` returns an array of values for the given set. While in Jedis `smembers` method returns a `SET` of values going by interface signature. So, as a result, the cl…
-
## Describe the bug
It is not possible to have a redis server being accessible on the domain name `redis`
## Steps to reproduce
1. use this docker-compose file
```
---
version: "3.7"
se…