腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
工具
TVP
最新优惠活动
文章/答案/技术大牛
搜索
搜索
关闭
发布
精选内容/技术社群/优惠产品,
尽在小程序
立即前往
文章
问答
(9999+)
视频
沙龙
3
回答
连接到127.0.0.1上的
Redis
时出错:6379 (Errno::ECONNREFUSED) - Wercker
、
、
、
)# /
pipeline
/cache/bundle-install/ruby/2.3.0/gems
浏览 0
提问于2016-03-22
得票数 18
1
回答
(错误)错误的未知命令‘调试’
、
、
、
/2.1.0/gems/
redis
-3.3.2/lib/
redis
/
pipeline
.rb:121:in `_set' from
浏览 5
提问于2016-12-06
得票数 4
回答已采纳
1
回答
设置docker-compose.yml来运行芹菜工人,并为django项目创建一个以
redis
为经纪人的项目。
、
、
、
:/app links: -
redis
- "8000" image:
redis
:latest build: depends_on: - <
浏览 4
提问于2017-06-26
得票数 3
1
回答
Logstash输入连接被拒绝
、
{:
pipeline
_id=>"main", "
pipeline
.workers"=>1, "
pipeline
.batch.size"=>125, "
pipeline
.batch.delay"=>50, "
pipeline
.max_inflight"=>125, "
pipeline
.sources"=>["/usr
浏览 1
提问于2022-02-02
得票数 0
2
回答
hget和hset命令的
Redis
基准测试
、
我找不到一个用
redis
标记HGET,HSET (散列表命令)的例子。在这方面,任何例子或资源都是有用的。
浏览 2
提问于2014-04-02
得票数 1
回答已采纳
2
回答
从散列中清除X键
、
在我的
redis
数据库中有三个散列:套装:坏书所有散列都包含作为键的图书Ids。 我想从所有散列中删除有234 Id的书。
浏览 2
提问于2013-10-18
得票数 1
回答已采纳
1
回答
使用带有
redis
群集的管道时的Predis错误
、
、
、
$rand; $
redis
->set($k, 1); }Stack tr
浏览 6
提问于2015-07-22
得票数 0
1
回答
我们怎样才能在django-
redis
使用
redis
管道?
、
、
、
我想在django-
redis
中使用
Redis
管道(执行多个命令)。 result = con.execute_command('hgetall',hashkey)这不是个好主意,相反,我们可以使用
redis
但是我怎样才能在django-
red
浏览 0
提问于2020-02-28
得票数 0
回答已采纳
1
回答
为什么
redis
流水线给出了交叉槽错误,而我只发送了一个密钥?
、
、
我正在使用
redis
-py,并且我正在尝试流水线传输多个evalsha命令。每个evalsha命令都只在一个键上工作。尽管如此,在
pipeline
.execute()的末尾,我得到了一个交叉槽错误。=
redis
.
Redis
(host=host, port=port, db=0)
redis
_node_
浏览 25
提问于2021-05-06
得票数 0
4
回答
ioredis按模式删除所有键
、
我将ioredis与express (nodejs)一起使用,我知道有一种方法可以像这样按模式删除键:
redis
-cli KEYS "sample_pattern:*" | xargs
redis
-cli
浏览 9
提问于2016-03-13
得票数 12
1
回答
在
redis
-py中,多命令和EXEC命令的等效函数是什么?
、
、
我在
redis
-cli中测试了所有事务命令(多、执行、监视、丢弃)。但是,当我尝试使用
redis
-py时,发生了以下错误: import
redis
,time r.execute() print "Value in first client",r.get(&q
浏览 3
提问于2015-08-02
得票数 27
回答已采纳
2
回答
如何使用NodeJS存储
Redis
返回的字典列表?
、
我想获取这个结果,并将其存储在我的
redis
客户端。我该怎么做?[{"foo":123, "bar":456}, {"foo":789, "bar":012}]
浏览 3
提问于2018-04-24
得票数 0
2
回答
Node.js应用程序监听消息队列并向
redis
异步添加消息
、
、
我正在开发一个监听消息队列(ActiveMQ)并将接收到的消息批量添加到
redis
的node.js组件(每个批必须为20个)。var uuid = require('node-uuid');var
pipel
浏览 42
提问于2017-02-14
得票数 0
回答已采纳
1
回答
将具有多个值的多个键设置为
Redis
、
、
我有一个php后端,它使用phpredis (
redis
服务器的php客户端)将密钥值对存储到
Redis
服务器。根据我的研究,我可以使用mset命令在
redis
中设置多个键,如下所示:但我真正需要的是这样的东西: $
redis
->mSet(array('key0
浏览 1
提问于2018-06-29
得票数 2
1
回答
hincrby和hget返回True而不是
Redis
(python)中的实际值
、
、
为了提高性能,我使用了
Redis
管道,而不是单个插入。请找到相同的代码片段。r =
redis
.
Redis
(connection_pool=
redis
_pool)for key in keys: r_
pipeline
.expire(key, Globals.Cache.ttl) return r_
pi
浏览 0
提问于2019-11-27
得票数 0
回答已采纳
1
回答
如何搜索
redis
集合,如果集合中有x个以上的成员,如何返回key?
、
使用这个库:redisdb.sadd("list", "list:1");redisdb.sadd("list", "list:2");redisdb.sadd("list:3", "list:3:stuff:def"); redisdb.sadd("
浏览 12
提问于2017-02-03
得票数 0
回答已采纳
1
回答
从ServiceStack.
Redis
管道读取值
、
、
当调用
Pipeline
.Flush()时,所有的QueueCommands都将以管道模式发送到
Redis
,当执行其中一个QueueCommands时,将调用它的回调。我的问题是:当
Pipeline
.Flush()完成时,库是否保证执行所有回调?_3_Times_in_
pipeline
() var results = new List<long>();
浏览 7
提问于2016-04-27
得票数 1
回答已采纳
1
回答
Jedis中的响应对象--抛出ClassCastException
、
、
、
、
当我使用流水线时,我无法从
Redis
获得任何值。请帮帮忙。
pipeline
= jedis.pipelined(); HashMap<String,String> map = new HashMap("Id"); List<Object> results =
pipeline
.syncAndReturnAll();$4.build
浏览 1
提问于2013-04-23
得票数 6
回答已采纳
1
回答
修改通过PHPRedis管道返回的数组,将键作为每个数组元素的索引
、
、
中,我使用了如下管道: foreach ($data as $accId => $userInfo) { }对于检索:$
pipe
浏览 2
提问于2018-07-03
得票数 0
2
回答
redis
管道和管道
、
redis
流水线的本质是改变流水线中指令的读写顺序。我们通常说流水线是进程间通信的一种手段,而
redis
流水线是基于套接字的通信,两者不具有可比性,这种理解有问题吗?
浏览 0
提问于2020-01-22
得票数 0
点击加载更多
扫码
添加站长 进交流群
领取专属
10元无门槛券
手把手带您无忧上云
相关
资讯
第2.7篇 Redis 命令 PIPELINE
Redis-benchmark、Pipeline使用介绍
pipeline:pipeline 使用之 Shared Libraries
Jenkins pipeline
前端中的 Pipeline
热门
标签
更多标签
云服务器
ICP备案
对象存储
即时通信 IM
腾讯会议
活动推荐
运营活动
广告
关闭
领券