240
收录了659篇文章 ·715个问题 · 0人关注
0

Redis主从复制启动失败,哪位大佬给看下~~

问题: redis客户端: [root@localhost~]#rcli-h192.168.0.96 192.168.0.96:6379>inforeplication Replication role:slave//角色显示slave,而不是master,bind:0.0.0.0 master_host:192.168.0.96 master_port:6379 master_link_s...

0

StackExchange.Redis 连接 redis 报错 "it is currently n

问题: 在应用日志中发现StackExchange.Redis在连接redis服务时报下面的错误,请问如何解决? StackExchange.Redis.RedisServerException:MISCONFRedisisconfiguredtosaveRDBsnapshots,butitiscurrentlynotabletopersiston......

0

redis 默认最大 tcp 连接数是多少

问题: 请问redis默认最大tcp连接数是多少? 回答1: 使用命令CONFIGGETmaxclients可以获得最大连接数,默认10000 使用命令CLIENTLIST可以获得当前所有连接,通过wc可以按行统计redis-cliCLIENTLIST|wc-l ......

0

推荐一款支持 .net core 的高性能 redis 客户端

问题: 我们的缓存服务器主要用的是memcached,现在准备逐步切换到redis,请大家帮忙推荐一款支持.netcore的高性能redis客户端。 回答1: StackExchange.Redis。因为它的描述是:HighperformanceRedisclient ......

0

redis和mq的发布订阅是tcp的长连接,消费者会阻塞吗

问题: redis和mq的发布订阅是tcp的长连接,消费者会阻塞吗?性能会不会受到一些影响之类的. 回答1: 1.redis和mq的发布订阅存在很大的区别,你还是详细了解一下吧,比如redis的发布订阅不会对发布的信息进行持久化; 2.mq有很多种(Kafka、R......

0

getting error Received unregistered task of type &

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: Ihavewrittenafilemytasks.py fromceleryimportCelery celery=Celery("tasks", broker='redis://loc......

0

What's “tcp-backlog” in redis.conf

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: I'mconfusedbytcp-backloginredis.conf: #TCPlisten()backlog. # #Inhighrequests-per-secondenvironmentsyouneed......

0

Redis Vs. Memcached

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: IamusingmemcachedrightnowasaLRUcachetocachebigdata.I'vesetthemaxobjectsizeto128MB(Iknowthisisi......

0

How to pipeline multiple read commands to Redis us

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: UsingServiceStack,isthereawaytoperformmultiplereadcommands(inparticulartheContainsKeycommand)? Theobject......

0

Connect.sid is always undefined and req.sessionID

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: I'mquitenewtoNodeJS/Express/Socket.IOandhavemadeasimplerock-paper-scissorsappusingSocket.IOcommunication(o......

0

Configuring Apache Reverse Proxy For Hosting Larav

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: Ineedtohostalaravelapplicationthatutilizeslaravel-echo-serveroveraHTTPSserver. IwanttouseApache'sreve......

0

Yii2 + Redis as Database

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: IwanttouseYii2andredisasdatabase. Sofar,IgotRedisActiveRecordClassforYii2fromHere. link1 link2 but,......

0

Redis “Client List” purpose and description

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: Whileexecutingthe"ClientList"igetthebelowresult,whatsthemeaningoftheeachflag Slave addr=100.0.0.0:0000fd......

0

Redis - Sorted set, find item by property value

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: InredisIstoreobjectsinasortedset. Inmysolution,it'simportanttobeabletorunarangedquerybydates,soI......

0

Connection to Redis cluster failed

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: IhavesetupRedisclusterinGooglecomputeEnginebyclicktodeployoption.Nowiwanttoconnecttothisredisserver......

0

Use Multiple DBs With One Redis Lua Script?

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: IsitpossibletohaveoneRedisLuascripthitmorethanonedatabase?IcurrentlyhaveinformationofonetypeinDB0......

0

Resque on Heroku cedar stack Worker count still ex

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: Ihavesuccessfullyrunresqueonherokucedarstackandmounttheinterfaceonrails. whenIstarttheworker,Everythi......

0

Bursts of RedisTimeoutException using StackExchang

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: I'mtryingtotrackdownintermittent"bursts"oftimeoutsusingtheStackExchangeRedislibrary.Here'sabitaboutour......

0

Connect to ElastiCache cluster via Node.js

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: I'mconfusedastohowtoconnecttoAWS'sElastiCacheRedisviaNode.js.I'vesuccessfullymanagedtoconnecttothepri......

0

Redis Cluster: Update Keys in Different Node with

可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):问题: Ihavearedisclusterconsistingofmultiplenodes.Iwanttoupdate3differentkeysinasingleatomicoperation.My......