twemproxy icon indicating copy to clipboard operation
twemproxy copied to clipboard

A fast, light-weight proxy for memcached and redis

Results 104 twemproxy issues
Sort by recently updated
recently updated
newest added

### Problem typo ### Solution fix typo ### Result typo is fixed

Problem redis scan command not support. Solution Note: `server_idx` is saved by the lowest 12 bits of cursor, so the number of servers of the twemproxy must be less than...

This patch introduces a runtime configuration reload. `killall -USR1 nutcracker` would cause a configuration reload. #### Changes - The patch contains the test cases to test different failure scenarios. Unfortunately,...

**Describe the bug** When nutcracker is run with the `-d` option (to daemonize), nutcracker internally sets its umask to 0. When `-d` is not specified, nutcracker leaves its umask alone....

**Describe the bug** We are using twemproxy and 2 redis nodes behind it. Getting following error -> " Redis connection lost and commands aborted in uncertain state. They might have...

**Describe the bug** src/hashkit/nc_murmur.c contains an implementation of MurmurHash2, which is broken on big-endian and/or non-4-byte aligned architectures. I observed this issue on s390x. This is well-known issue with this...

The "test_all" binary is being shipped when one runs "make install". The issue is that it's configured in automake as a binary, rather than as a check. The fix is...

Problem redis script command not support. Solution Send the script command to all Redis servers for execution, and get one of the results and return it to the user client....

ability to replicate key/value on a second node (by constistant hash), and ability to read from this second node when the first is down...