michalbiesek

Results 35 issues of michalbiesek

- add pmem_memset and pmem_memcpy PMEM_F_MEM_NODRAIN PMEM_F_MEM_NONTEMPORAL --- This change is [](https://reviewable.io/reviews/pmem/redis/163)

- instead of realloc call malloc/memcpy/free sequence - this allows to move ziplist allocation between DRAM and PMEM --- This change is [](https://reviewable.io/reviews/pmem/redis/195)

This change is [](https://reviewable.io/reviews/pmem/redis/196)

- set to no to keep expected dram-pmem ratio for small object size e.g. 32 bytes for 1:16 ratio - restore generic zfree mechanism in dict module - Hashtable is...

- values will be used in e.g. calling ./redis-server (without passing redis.conf) or when parameter is not present in passed redis.conf --- This change is [](https://reviewable.io/reviews/pmem/redis/199)

- according to comment in atomic_var.h: "The variable 'var' should also have a declared mutex with the same name and the "_mutex" postfix" --- This change is [](https://reviewable.io/reviews/pmem/redis/200)

This change is [](https://reviewable.io/reviews/pmem/redis/211)

In case of overwrite scenario there are 3 calls for dictFind *1st in genericSetKey -> lookupKeyWrite -> dictFind *2nd in dbOverwrite *3rd in removeExpire -> assertWithInfo This change limit dictfind...

This change is [](https://reviewable.io/reviews/pmem/redis/217)