-
Updated
Jun 12, 2020 - Java
Redis

Redis(Remote Dictionary Server) is a source-available in-memory data structure project implementing a distributed, in-memory key-value database with optional durability.
Here are 8,854 public repositories matching this topic...
-
Updated
Jun 11, 2020 - Java
I'm not sure if it's bug or expected behaviour. If you have some keys divided into namespaces, you created a filter and you want to reload all the keys in the namespace using the button "Reload Namespace", you receive all the keys from the namespace instead of filtered set of keys.
Steps:
- Apply some filter;
- Click on "Reload Keys in Database" (keys reloaded with applying of filter as exp
-
Updated
Apr 23, 2020 - Java
- This item located in 2.3. 常用设置 and 2.3. Common settings.It would an effect to cause chinese user confused.Please update it.

- // 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.e
Let's support at least reading "b3" header from a single string, most commonly traceid-spanid-1
It would also be nice to support optionally writing this, especially in message providers or others with constrained environments.
Expected behavior
As discussed on openzipkin/b3-propagation#21 and first implemented here: https://github.com/openzipkin/brave/blob/master/brave/src/main/java/bra
There's the easy way, which is just to document job.requeue()
on the jobs documentation page:
https://github.com/rq/rq/blob/master/rq/job.py#L527
I could be wrong, but I don't think that (super important) method is actually documented anywhere! I found it by searching the Github issues.
And there's the hard way, which would be to provide this information with a full example of u
OS:Winows ssdb-server-1.9.0
系统运行过程中出现这个错误。
The error occurred suddenly during system operation.
...
2020-03-06 10:54:45.988 [DEBUG] server.cpp(227): new link from 10.1.0.131:54957, fd: 2096, links: 2028
2020-03-06 10:54:46.020 [DEBUG] server.cpp(227): new link from 10.1.0.131:54958, fd: 2097, links: 2029
2020-03-06 10:54:47.018 [DEBUG] server.cpp(227): new link from 10.1.0.131:54964, fd: 209
-
Updated
May 13, 2020 - Java
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
Jun 12, 2020 - C#
See https://forum.newsblur.com/t/how-to-set-default-full-article-retrieval-in-android-app/7111/4. The most recent comment says that it wasn't discoverable. Let's make it discoverable by adding a preference to turn it off (defaulted to on of course).
<table tableName="pms_brand">
<generatedKey column="id" sqlStatement="MySql" identity="true"/>
<!-- 对应表中每一个类型为text的列 -->
<columnOverride column="brand_story" jdbcType="VARCHAR"/>
</table>
-
Updated
Apr 23, 2020 - Java
Created by Salvatore Sanfilippo
Released May 10, 2009
- Repository
- antirez/redis
- Website
- redis.io
- Wikipedia
- Wikipedia
英雄招募
成为 Doocs 项目维护者
本项目 advanced-java,包括 Doocs 开源组织下的所有项目,都欢迎各位朋友参与完善。
如果你提交的内容有价值,且具备规范性,将有机会提升为项目的维护者,直接参与项目的 review、merge 等维护工作,提交内容时也可以直接
push
到 doocs/advanced-java 主分支 master 下,无须提交 PR 等待 review。目前 advanced-java 只有 [yanglbme](http