redis-cluster
Here are 210 public repositories matching this topic...
2018/07/14 00:26:24 main.go:279: [WARN] ncpu = 8 -> 10, usage = [0.412, 0.392, 0.377, 0.359, 0.387, 0.505, 0.519, 0.559, 0.617, 0.705]
2018/07/14 00:27:04 main.go:279: [WARN] ncpu = 10 -> 9, usage = [0.074, 0.068, 0.090, 0.079, 0.218, 0.177, 0.097, 0.117, 0.193, 0.195]
2018/07/14 00:27:14 main.go:279: [WARN] ncpu = 9 -> 8, usage = [0.176, 0.158, 0.218, 0.201, 0.132, 0.185, 0.162, 0.117, 0.151, 0
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 > $
According to this documentation, there should be a code property on the ReplyError class:
https://www.npmjs.com/package/redis-errors#replyerror
When trying a xreadgroup and getting back a NOGROUP error I'm not able to read that from .code
try {
await redis.xreadgroup('GROUP', 'foobar1', 'foobar2', 'BLOCK', 5000, 'STREAMS', 'foobar3', 0)
} catch (err) {
console.eThe 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
Jun 23, 2020 - JavaScript
-
Updated
Jun 18, 2020 - Java
Feature Request
Is your feature request related to a problem? Please describe
N/A
Describe the solution you'd like
Would it be possible to expose the erro
-
Updated
Jun 20, 2020 - Java
-
Updated
Jun 23, 2020 - Go
-
Updated
Jun 9, 2020 - C#
-
Updated
Jun 24, 2020 - Go
-
Updated
Jun 12, 2020 - Makefile
Write porting doc
Write documentation on how to best port existing code to use this cluster lib
-
Updated
Oct 16, 2019 - C
It may be helpful to add the following notes to the Windows build guide:
- You need to explicitly run the 64-bit version of msys2 (at least on a 64-bit system)
- If you encounter errors when running
python3 setup.py installfor the pyfastogt python scripts you may need to run this commandpython -m pip install -U --force-reinstall pip setuptools - If you encounter errors with `python3 build
-
Updated
Jun 15, 2020 - C++
-
Updated
Jun 12, 2020 - Python
-
Updated
Oct 11, 2019
-
Updated
Aug 13, 2018 - JavaScript
-
Updated
Apr 19, 2020 - C++
-
Updated
Dec 10, 2019 - C
-
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#
Nginx日志分析工具—GoAcess
1、安装方法
安装方法参考: https://goaccess.io/download
在MacOS下安装比较简单:
brew install goaccess2、基础使用方法
步骤1: Nginx需要开启访问日志,格式如下:
log_format main '$remote_addr - $remote_user [$time_local] "$request" '
'$status $body_bytes_sent "$http_referer" '
'"$http_user_agent" "$http_x
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