redis-cluster
Here are 212 public repositories matching this topic...
-
Updated
Apr 7, 2020 - Go
The following example exist in the docs:
https://godoc.org/github.com/go-redis/redis#ex-PubSub
- pubsub := rdb.Subscribe("mychannel1")
- // Wait for confirmation that subscription is created before publishing anything.
- _, err := pubsub.Receive()
- if err != nil {
-
panic(err)
- }
- // Go channel which receives messages.
- ch := pubsub.Channel()
- // Pub
Expected behaviour
var_dump(method_exists($redis, 'resetstat'));
should return bool(true)
Actual behaviour
it returns false
I'm seeing this behaviour on
- OS: macOS 10.14.6
- Redis: 5.0.6
- PHP: 7.2.1
- phpredis: 5.1.1
I also see this on Linux, PHP 7.3.11, Redis 5.0.6, phpredis 5.1.1
Steps to reproduce, backtrace or example script
php -a
php > $
-
Updated
Jun 17, 2020 - TypeScript
-
Updated
Jul 15, 2020 - JavaScript
The docs provides examples with either or, but not both
Basically I'm creating a predis client with the following parameters:
$parameters = [
// masters
'localhost:7000?alias=master',
'localhost:7001?alias=master',
'localhost:7002?alias=master',
// slaves
'localhost:7003',
'localhost:7004',
'localhost:7005',
]
$options = ['cluster'
-
Updated
Jul 1, 2020 - Java
-
Updated
Jul 13, 2020 - Java
-
Updated
Jun 20, 2020 - Java
-
Updated
Jul 14, 2020 - Go
-
Updated
Jun 25, 2020 - C#
-
Updated
Jul 7, 2020 - Go
-
Updated
Jun 12, 2020 - Makefile
-
Updated
Jul 7, 2020 - Python
-
Updated
Oct 16, 2019 - C
-
Updated
Jun 15, 2020 - C++
-
Updated
Jun 25, 2020 - C++
-
Updated
Jul 6, 2020 - Python
-
Updated
Oct 11, 2019
-
Updated
Aug 13, 2018 - JavaScript
-
Updated
Apr 19, 2020 - C++
-
Updated
Dec 10, 2019 - C
-
Updated
Jul 15, 2020 - JavaScript
-
Updated
Mar 21, 2019
Although the parameters and return values are detailed in the documentation, we might still need to add some comments on how to use these methods in the header file.
-
Updated
Jun 14, 2020 - C#
Improve this page
Add a description, image, and links to the redis-cluster topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the redis-cluster topic, visit your repo's landing page and select "manage topics."
![image](https://user-images.githubusercontent.com/26212551/68575