Kerry

Results 6 issues of Kerry

Module: camellia-redis-proxy Content: ResourceTable.simpleTable.resourceOperationMap support slot range as key, like 0-1024

enhancement

Module: camellia-redis-proxy Content: As redis client send to redis server in pipeline mode, performance is much better. Can camellia-redis-proxy just use few connection to redis-server, send commands in batch? Can...

enhancement

I want to use AffinityThreadFactory instead of default in class ServiceAdapters. Thanks.

Method add_child16 // Compare the key to all 16 stored keys cmp = _mm_cmpeq_epi8(_mm_set1_epi8(c), _mm_loadu_si128((__m128i *)n->keys)); should be **_mm_cmpeq_epi8** not _mm_cmplt_epi8

Hi,I just do a test, save 10 millions key value pairs to redis 6.2.x, value length is about 58 byte, key length is 16 byte. info memory: # Memory used_memory:1449434592...

Hi, how can I use system env HTTPS_PROXY when zpm do fetch? Thanks.