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...
Indigestive asked 22/12, 2016 at 7:40

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...
How asked 24/8, 2015 at 19:52

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_...
Dither asked 15/12, 2017 at 21:17

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...
Beau asked 10/8, 2015 at 2:9

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:...
Biafra asked 18/7, 2014 at 11:21

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...
Quincey asked 18/3, 2014 at 4:30

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...
Fridell asked 29/1, 2014 at 13:41

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...
Unparalleled asked 11/11, 2013 at 15:54

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...
Beating asked 24/4, 2013 at 7:12
1

© 2022 - 2024 — McMap. All rights reserved.