Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Login
Remember
Register
Ask
Q&A
All Activity
Hot!
Unanswered
Tags
Users
Ask a Question
Ask a Question
Categories
All categories
Topic[话题] (13)
Life[生活] (4)
Technique[技术] (2.1m)
Idea[创意] (3)
Jobs[工作] (2)
Others[杂七杂八] (18)
Code Example[编程示例] (0)
Recent questions tagged redis
0
votes
1.4k
views
1
answer
redis - laravel 5.8 echo server trying to auth non-existing channel
Alright so I had this private channel that I actually deleted a bit time ago, but it keeps on trying to ... /laravel-5-8-echo-server-trying-to-auth-non-existing-channel...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
redis
0
votes
1.5k
views
1
answer
redis - Is there an hmgetbuffer equivalent function in ioredis?
I am looking for an equivalent of this function. I'd like to get several buffers from a hash in ... com/questions/65892982/is-there-an-hmgetbuffer-equivalent-function-in-ioredis...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
redis
0
votes
1.4k
views
1
answer
redis - How to build docker image from github repository
In official docs we can see: # docker build github.com/creack/docker-firefox It just works fine to me. ... com/questions/26753030/how-to-build-docker-image-from-github-repository...
asked
Oct 7, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
redis
0
votes
1.4k
views
1
answer
redis - Asp.net Session or Distributed Cache - which is viable solution
We have MVC 4 application which communicates with backend D365 entities. The application makes a lot of CRM calls to ... to date. Any guidance or pointer is very much appreciated!...
asked
Feb 19, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
redis
0
votes
1.4k
views
1
answer
redis 如何处理 队列阻塞的呢
阻塞队列都是出队阻塞,入队没有阻塞这么一说 那么出队如何处理阻塞呢...
asked
Feb 17, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
redis
0
votes
1.3k
views
1
answer
redis 配置了密码后运行不成功
在redis.windows.conf里配置requirepass后,运行提示如下图,请问该如何解决呢?...
asked
Feb 6, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
redis
0
votes
1.4k
views
1
answer
redis 队列四万条数据,while循环跑阿里接口,512M内存溢出
// 这是定时任务入口 public function start(){ $redis = Cache::handler(); // ... 这里省略了写入队列的过程,监控的时候发现这个过程都是正常的 //就是在 sendPush 大概 ... " . join(',',$c1) . " 队列跳过 : $c2 , form_id无效 : $c3"); }...
asked
Jan 29, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
redis
0
votes
1.7k
views
1
answer
redis 队列四万条数据,while循环跑阿里接口,512M内存溢出
// 这是定时任务入口 public function start(){ $redis = Cache::handler(); // ... 这里省略了写入队列的过程,监控的时候发现这个过程都是正常的 //就是在 sendPush 大概 ... " . join(',',$c1) . " 队列跳过 : $c2 , form_id无效 : $c3"); }...
asked
Jan 29, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
redis
0
votes
1.5k
views
1
answer
redis 的发布订阅模式,底层是用 list 实现的么?
底层的数据结构...
asked
Jan 27, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
redis
0
votes
1.2k
views
1
answer
redis 管道报错
$(echo -en "PINGrn SET runoobkey redisrnGET runoobkeyrnINCR visitorrnINCR visitorrnINCR visitorrn"; sleep 10) | nc localhost 6379 (echo -en ... nc localhost 6379 怎么都运行报错,复制的一模一样的啊...
asked
Jan 27, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
redis
0
votes
1.4k
views
1
answer
redis 持久化 aof和rdb的加载顺序问题
如果开启 aof 和 rdb 。在redis重启后, 是先加载哪个文件? 查了很多资料都说是先加载aof, 但是也说了 如果 aof文件不存在,则加载 rdb文件 但经过测试,如果 aof不存在(手动删除aof文件),貌似会创建一个新的 空的 aof文件,并没有去用 rdb文件 这是咋回事?(我的版本是Redis 5.0.8)...
asked
Jan 27, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
redis
0
votes
1.4k
views
1
answer
redis 遇到冷数据过多怎么办,怎么处理?
如何避免被击穿导致底层存储,比如 MySQL 等瞬间负载过高? 前提是,流量是从用户过来的,无法控制访问频次和访问中的数据。...
asked
Jan 27, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
redis
0
votes
1.3k
views
1
answer
redis sentinel failover issues/questions
Currently running a master and 2 slaves with redis sentinel installed on each redis node. Running into a rare issue where ... not when in bulk_send status or "down" on the slave?...
asked
Jan 27, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
redis
0
votes
1.4k
views
1
answer
redis lua 脚本异常中断已经set了的key 会回滚吗?
redis lua 脚本异常中断已经set了的key 会回滚吗?...
asked
Jan 27, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
redis
0
votes
1.3k
views
1
answer
redis lua 脚本异常中断已经set了的key 会回滚吗?
redis lua 脚本异常中断已经set了的key 会回滚吗?...
asked
Jan 27, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
redis
0
votes
1.2k
views
1
answer
redis - Optimization of Flink windows with small slide size and same contents?
We have developed a Flink application which receives messages having fields like id, value1, value2, ... In the ... statistics, increasing the slide size would not be a choice....
asked
Jan 27, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
redis
0
votes
3.0k
views
1
answer
redis incr失效并发问题
如果再并发环境中incr的key 失效了使用set从数据库导出数据填充,会导致数据缺失,如果把数据库的数据之间incrby数据会可能会导致数据过多,这个大佬们一般是怎么解决的...
asked
Jan 27, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
redis
0
votes
3.6k
views
1
answer
redis incr失效并发问题
如果再并发环境中incr的key 失效了使用set从数据库导出数据填充,会导致数据缺失,如果把数据库的数据之间incrby数据会可能会导致数据过多,这个大佬们一般是怎么解决的...
asked
Jan 27, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
redis
0
votes
4.1k
views
1
answer
redis - Will lettuce resend AUTH after reconnecting?
Our redis server has a password. My application encountered "NOAUTH Authentication required" errors. There were ... just after reconnected and before sending any command....
asked
Jan 25, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
redis
0
votes
4.4k
views
1
answer
redis cluster连接问题
最近在学redis, 有个疑问? 假如3主3从的redis分布式集群, 程序连接哪一个redis主实例(3个)? 假设连接 a机器ip:6379 , 如果它宕机了切换到 b的6379 怎么办? 望各位请教......
asked
Jan 25, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
redis
0
votes
4.4k
views
1
answer
redis stream 断网重新链接
使用spring-data-redis,链接工厂使用lettuceConnectionFactory 配置如下 @Bean public StreamMessageListenerContainer<String, MapRecord<String, String, String>> ... 效了,有大佬遇到过这种问题,有解决方案吗?...
asked
Jan 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
redis
0
votes
3.3k
views
1
answer
redis info 能不能具体到某一项的值
我看 info 只能查看 section 层级的值,具体每一项能一次性输出嘛,比如 latest_fork_usec...
asked
Jan 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
redis
0
votes
3.5k
views
1
answer
redis info 能不能具体到某一项的值
我看 info 只能查看 section 层级的值,具体每一项能一次性输出嘛,比如 latest_fork_usec...
asked
Jan 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
redis
0
votes
3.4k
views
1
answer
redis config 持久化
redis config set 是动态配置,不会写到配置文件里面去,指定配置文件重启的话,那些动态配置项就没了,难道要把密码设置在配置文件里面嘛,这样会不会不太安全?实际生产中是怎样设置的?...
asked
Jan 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
redis
0
votes
3.2k
views
1
answer
redis info 能不能具体到某一项的值
我看 info 只能查看 section 层级的值,具体每一项能一次性输出嘛,比如 latest_fork_usec...
asked
Jan 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
redis
0
votes
3.5k
views
1
answer
redis config 持久化
redis config set 是动态配置,不会写到配置文件里面去,指定配置文件重启的话,那些动态配置项就没了,难道要把密码设置在配置文件里面嘛,这样会不会不太安全?实际生产中是怎样设置的?...
asked
Jan 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
redis
0
votes
3.4k
views
1
answer
redis, hget是空的?
Yii::app()->redis->getClient()->hkeys($hkey); 这句代码有返回key. Yii::app()->redis->getClient()->hget($hkey, $key); 此时hget返回结果是空的。。。 hset时几乎没可能set空值。...
asked
Jan 24, 2021
in
Technique[技术]
by
深蓝
(
71.8m
points)
redis
To see more, click for the
full list of questions
or
popular tags
.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question
Just Browsing Browsing
[1] html - How to fill combobox in php from mysql table for specified row
[2] keyboard - Are there UTF-8 respectively unicodes for dead keys?
[3] flutter - How to put gesture detector at specific points on the photo?
[4] 使用Springboot yml配置文件的问题 Could not resolve placeholder
[5] model - How to use VGG19 transfer learning pretraining
[6]单页面应用为了保护其他页面的js和接口,是否有必要把登录页单独做为一个页面?
[7] 关于【redis5设计与源码分析】第八章Stream的不解
[8] python - Missconfigures Django settings, ModuleNotFoundError: No module named 'DeveloperRoad'
[9] grpc 如何将model数据转换为proto生成的结构体返回?
[10] vue怎么调用原生安卓的方法?
2.1m
questions
2.1m
answers
60
comments
57.0k
users
Most popular tags
javascript
python
c#
java
How
android
c++
php
ios
html
sql
r
c
node.js
.net
iphone
asp.net
css
reactjs
jquery
ruby
What
Android
objective
mysql
linux
Is
git
Python
windows
Why
regex
angular
swift
amazon
excel
algorithm
macos
Java
visual
how
bash
Can
multithreading
PHP
Using
scala
angularjs
typescript
apache
spring
performance
postgresql
database
flutter
json
rust
arrays
C#
dart
vba
django
wpf
xml
vue.js
In
go
Get
google
jQuery
xcode
jsf
http
Google
mongodb
string
shell
oop
powershell
SQL
C++
security
assembly
docker
Javascript
Android:
Does
haskell
Convert
azure
debugging
delphi
vb.net
Spring
datetime
pandas
oracle
math
Django
联盟问答网站-Union QA website
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
在这了问答社区
DevDocs API Documentations
Xstack问答社区
生活宝问答社区
OverStack问答社区
Ostack问答社区
在这了问答社区
在哪了问答社区
Xstack问答社区
无极谷问答社区
TouSu问答社区
SQlite问答社区
Qi-U问答社区
MLink问答社区
Jonic问答社区
Jike问答社区
16892问答社区
Vigges问答社区
55276问答社区
OGeek问答社区
深圳家问答社区
深圳家问答社区
深圳家问答社区
Vigges问答社区
Vigges问答社区
在这了问答社区
DevDocs API Documentations
广告位招租
...