21 questions
I'd like to put a comment in redis and search for the full text.The types that redis can handle can be String or List, but it seems that the search for strings is done using the key.In the first place...
Ioredis would like to send commands to multiple nodes in the cluster (such as flushall and keys).After reviewing the following documentation, I was going to use the node list that I got from Cluster#n...
While reading Ruby's Redis client source code (redis 4.0.1), lib/redis/client.rbto a file named def call (command) reply=process([command]){read} raise reply if reply.is_a? (CommandError)......It says...
By default, Rails saves sessions to cookies.However, I often hear cases where you use memcached or redis because you don't like it.However, I always don't know why cookies are not good, so I'm muddled...
We are currently using the Django framework to launch the server.However, since yesterday, the following error has occurred:File/usr/local/lib/python 3.6/site-packages/redis/_compat.py, line 123, inte...
I use Redis 3.2.10.Due to performance issues, I would like to process only memory instead of perpetuating it, but as stated in the configuration file documentation, saveis written and originally confi...
I am creating a chat app like LINE with the html5 hybrid app (I use Monaca).I plan to use node.js, socket.io, and redis.When you search socket.io Chat on Google, you can find code that acts as a chat ...
I'm using redis from php.$redis=newRedis();$redis->connect('127.0.0.1',6379);When you session to redis, as shown in , the number of sessions increases each time the php program is read.In other wor...
Product ------FK----> Purchase ListIf the product on the purchase list is deleted, the purchase list is supposed to be deleted. Is it the right way not to delete the purchase list?Or is it right to...
First of all, I am implementing web messenger with node.js and socke.io.As I looked it up, I know that Redis is a NOSQL-based DB like Mongo, but there are cases where it is mixed with Mongo, so why is...
« | - 2 - | » |
© 2024 OneMinuteCode. All rights reserved.