1. 06 Nov, 2019 1 commit
    • Guy Benoish's avatar
      Support streams in general module API functions · 1833d008
      Guy Benoish authored
      Fixes GitHub issue #6492
      Added stream support in RM_KeyType and RM_ValueLength.
      Also moduleDelKeyIfEmpty was updated, even though it has
      no effect now (It will be relevant when stream type direct
      API will be coded - i.e. RM_StreamAdd)
      1833d008
  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