-
Hello, in newer version 0.14 I have some issues with redisCommand reply.
Lets assume i have this code:
```reply = (redisReply*)redisCommand(ctx, "SMEMBERS %s", fldKey);
if (reply != NULL)
{
…
-
### `brew config` output
```shell
HOMEBREW_VERSION: 3.1.0
ORIGIN: https://github.com/Homebrew/brew
HEAD: ccb05e5e0b7b925c3d6b531fa43b016fa4d0b72a
Last commit: 3 hours ago
Core tap ORIGIN: https:/…
-
### `brew config` output
```shell
HOMEBREW_VERSION: 3.1.3-124-g94ce323
ORIGIN: https://github.com/Homebrew/brew.git
HEAD: 94ce3236a517dfae6b492dcb4fd6b726a6175e8f
Last commit: 9 hours ago
Core ta…
-
In the provided api i see we need to pass IP:PORT as argument, is there any api which takes host-name instead of ip:port
-
# Please note we will close your issue without comment if you delete, do not read or do not fill out the issue checklist below and provide ALL the requested information. If you repeatedly fail to use …
-
-
I see from the code that hiredis automatically pick the client ip for tcp connection. Is there any option to specify the same?
-
-
```
#include
#include
int main()
{
char *key="key-a";
char *field="field-1";
char *key1="key1";
char *value1="value-1";
char *key2="key1";
char *value2="value-1";
…
yl365 updated
5 years ago
-
I'm trying to put binary data into Redis using binary API. Here is my code:
`reply = redisCommand(c, "SET %b %b", key, (size_t)strlen(key), value, (size_t)size);`
I find out that the command fails e…