python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
HashSlots in Redis Cluster
Currently I am having the below lua script
local job_id = KEYS[1]; local job_body = KEYS[2];
if job_id ==nil or job_id == '' then error('Invalid job id') end; if job_body ==nil or job_body == '' then ...
GRS
Votes: 0
Answers: 1
Redis SSL Errors In Logs - No Actual Issues?
I have a strange question. I by all rights believe I have a fully functional 6 node (3 masters, 3 replicas) working with Redis 6.2.6 on Ubuntu Server. The client key appears to work and I get response...
Bryan Dobson
Votes: 0
Answers: 1
How to create a Pub/Sub module in redis-cluster using Jedis Library 4.0.0
How can I create and test publish/subscribe module using updated Jedis library? Previously I was using jedis library version 3.7.0, from that version my code was something like.
Subscriber Process
imp...
Sodrul Amin Shaon
Votes: 0
Answers: 0
Processing data in a distributed environment without any duplicate execution
I am planning to develop a fault tolerant crypto trading bot which takes buy/sell targets from user and executes it when market price reaches the target
Idea:
My idea is to store the trade targets (bu...

Kalaivanan
Votes: 0
Answers: 1