1. 18 Oct, 2023 1 commit
  2. 10 Jul, 2023 1 commit
  3. 17 Apr, 2023 1 commit
  4. 28 Feb, 2023 1 commit
  5. 17 Jan, 2023 1 commit
  6. 16 Jan, 2023 1 commit
  7. 12 Dec, 2022 1 commit
  8. 27 Apr, 2022 1 commit
  9. 04 Oct, 2021 1 commit
  10. 21 Jul, 2021 1 commit
  11. 01 Jun, 2021 1 commit
  12. 03 May, 2021 1 commit
  13. 19 Apr, 2021 1 commit
  14. 01 Mar, 2021 1 commit
  15. 22 Feb, 2021 1 commit
  16. 31 Jan, 2021 1 commit
  17. 12 Jan, 2021 1 commit
  18. 14 Dec, 2020 1 commit
  19. 11 Oct, 2020 1 commit
    • Meir Shpilraien (Spielrein)'s avatar
      Add Module API for version and compatibility checks (#7865) · adc3183c
      Meir Shpilraien (Spielrein) authored
      
      
      * Introduce a new API's: RM_GetContextFlagsAll, and
      RM_GetKeyspaceNotificationFlagsAll that will return the
      full flags mask of each feature. The module writer can
      check base on this value if the Flags he needs are
      supported or not.
      
      * For each flag, introduce a new value on redismodule.h,
      this value represents the LAST value and should be there
      as a reminder to update it when a new value is added,
      also it will be used in the code to calculate the full
      flags mask (assuming flags are incrementally increasing).
      In addition, stated that the module writer should not use
      the LAST flag directly and he should use the GetFlagAll API's.
      
      * Introduce a new API: RM_IsSubEventSupported, that returns for a given
      event and subevent, whether or not the subevent supported.
      
      * Introduce a new macro RMAPI_FUNC_SUPPORTED(func) that returns whether
      or not a function API is supported by comparing it to NULL.
      
      * Introduce a new API: int RM_GetServerVersion();, that will return the
      current Redis version in the format 0x00MMmmpp; e.g. 0x00060008;
      
      * Changed unstable version from 999.999.999 to 255.255.255
      Co-authored-by: default avatarOran Agra <oran@redislabs.com>
      Co-authored-by: default avatarYossi Gottlieb <yossigo@gmail.com>
      adc3183c
  20. 29 Sep, 2015 1 commit
  21. 14 Feb, 2015 1 commit
  22. 25 Jun, 2014 1 commit
  23. 27 May, 2013 1 commit
  24. 08 May, 2013 1 commit
  25. 02 Apr, 2013 1 commit
  26. 15 Mar, 2013 1 commit
  27. 10 Apr, 2012 1 commit
  28. 06 Apr, 2012 1 commit
  29. 28 Feb, 2012 1 commit
  30. 22 Feb, 2012 1 commit
  31. 07 Jan, 2012 1 commit
  32. 19 Dec, 2011 1 commit
  33. 13 Dec, 2011 1 commit
  34. 15 Apr, 2011 1 commit
  35. 29 Dec, 2010 1 commit
  36. 15 Dec, 2010 1 commit
  37. 05 Nov, 2010 2 commits
  38. 21 Oct, 2010 1 commit
  39. 31 Aug, 2010 1 commit