hiredis Questions
6
I have two nodes which I want to run as servers in active-active mode and also have HA capability i.e if one is down, the other one should start receiving all the requests but while both are up, bo...
2
Solved
Trying to use hiredis on Windows, building a normal c++ application to read from and write to redis. The problem is that hiredis does not officially support building on Windows. How can one build a...
1
Solved
I think the answer is no, and I usually don't have trouble going through source code, but I am slightly new to C/C++ and can't find where this constant is declared.
I am looking for CMD_REQ_REDIS_...
1
Solved
I've read redis config document but can't find such option.
I've searched and found that "by default, the key will simply live forever". And I want to change this default behavior eagerly.
Normal...
1
Solved
I already read all the other threads on stackoverflow about the ECONNREFUSED error but still nothing worked.
Currently I am working on Ubuntu 12.04.1 LTS
For tests I have this really simple code:...
2
I'm using a redis integration plugin for Varnish called libvmod-redis. I'm seeing an issue where if I get a large number of concurrent requests, around 350, redis starts timing out and I eventually...
1
Trying to install hiredis in nodejs and I'm getting this error. I can't find anything useful on Google. Anyone had this issue ? I'm using latest version of nodejs.
C:\Users\berthsa\new>npm ins...
2
I want to use Redis's HSCAN command in my assignment but I have no idea how it works. Redis's official page (http://redis.io/commands/hscan) for this command gives me blank page.
I am getting con...
2
I am new to redis. I have an application in which i have multiple redis commands which makes a transaction. If one of them fails does redis rollback the transaction like relational databases ? Is i...
1
© 2022 - 2024 — McMap. All rights reserved.