redis tag

21 questions


1 answers
78 views
0
Why Redis Cluster Has 16384 Hash Slots?

Why is the number of hash slots in the Redis cluster 16384?I would like to know why it is 16384 instead of changing the number of hash slots.Numerically, 16x1024 seems to be some kind of upper limit.....

1 years ago

1 answers
77 views
0
I want to change the temporary config set stop-writes-on-bgsave-error no to a permanent setting.

After restarting the ec2 instance, the following error occurred: MISCONF Redis is configured to save RDB snapshots, but is currently not possible to persist on disk. Commands that may modify the data ...


1 answers
89 views
0
What are the advantages of using redis in rails sidekiq?

I'm a sidekiq beginner.I use sidekiq of rails in combination with redis, but why redis?redis recognizes that it is a KVS that runs on memory.Do I have to use KVS to manage my job?It would be easier to...


1 answers
85 views
0
I want to fail over Redis at Django

I'd like to fail over Redis on Django, but I don't know exactly how...Currently, the settings are as follows.Specify Redis as the session backendPrepare two Redis servers for a master slave configurat...

1 years ago

1 answers
80 views
0
AWS Redis connections increased (Rails) Errno::ECONREFUSED

The service was suspended due to Redis not being able to connect to the service in operation (about a year).I think Redis's increased number of connections caused the situation to be unable to connect...

1 years ago

1 answers
80 views
0
Redis does not start.cenos7php7vagrant virtualbox environment

Hello, please lend me your wisdom m(__)mI'm trying to install and boot Redis 2.8 with yum, but it seems to have stopped booting in the middle.The installation uses Vagrant and VirtualBox to include ap...


1 answers
61 views
0
Expand SpringBoot Cache and add business logic.

We are considering implementing SpringBoot Cache.The cache provider becomes Redis.@ Cacheable caches the results of the method with key:value.As a business requirement, it is not only necessary to cac...


1 answers
82 views
0
Understanding How Good Features Work with mysql

We are currently making SNS and are trying to implement the functions of the Good Button.If you want to use mysal to implement good functionality in the databaseIt seems that a large amount of insert ...

1 years ago

1 answers
114 views
0
ASP.NET Web API Cannot Connect to Azure Redis Cache

I'd like to access Azure Redis Cache from ASP.NET Web API.I implemented the controller by referring to this official document and blog, but I can't connect.How to use Azure Redis CacheUsing Azure Redi...


1 answers
81 views
0
How do I deploy Redis on Solaris?

The OS I use for the rental server is called Oracle Solaris.I would like to introduce Redis there.I can't use yum or apt-get, so I'm at a loss what to do.

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.