1. 06 Nov, 2019 1 commit
    • meir@redislabs.com's avatar
      expose used memory via redismodule api · 089ee597
      meir@redislabs.com authored
      The exposed functions:
      1. RedisModule_GetUsedMemoryPercentage - return the used memory
      2. RedisModue_MallocSize - return for a given pointer, the amount of memory allocated for this pointer
      089ee597
  2. 04 Nov, 2019 14 commits
  3. 03 Nov, 2019 1 commit
    • Oran Agra's avatar
      Module API for loading and saving long double · 779aebc9
      Oran Agra authored
      looks like each platform implements long double differently (different bit count)
      so we can't save them as binary, and we also want to avoid creating a new RDB
      format version, so we save these are hex strings using "%La".
      
      This commit includes a change in the arguments of ld2string to support this.
      as well as tests for coverage and short reads.
      
      coded by @guybe7
      779aebc9
  4. 31 Oct, 2019 10 commits
  5. 30 Oct, 2019 3 commits
  6. 29 Oct, 2019 6 commits
  7. 28 Oct, 2019 5 commits