Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refectoring of redismodule.h #42

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open

Refectoring of redismodule.h #42

wants to merge 13 commits into from

Commits on Aug 29, 2019

  1. Refectoring of redismodule.h

    - Adapted scheme used in RediSearch (i.e., REDISMODULE_XAPI_* macros)
    - Have X REDISMODULE_XAPI_*(X) receive (TYPE, NAME, ARGS) tripplet instead of (NAME),
      which makes it possible to avoid double-dipping of API names
    rafie committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    124b6a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2019

  1. Configuration menu
    Copy the full SHA
    70e671e View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

  1. SDK: adapted for merge to redis

    rafie committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    8e0ef69 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2019

  1. Synched with redis unstable

    rafie committed Nov 19, 2019
    Configuration menu
    Copy the full SHA
    83b3e9a View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2019

  1. Configuration menu
    Copy the full SHA
    4e9d779 View commit details
    Browse the repository at this point in the history
  2. SDK 6.0 updates

    rafie committed Nov 23, 2019
    Configuration menu
    Copy the full SHA
    99fc0c3 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2020

  1. Configuration menu
    Copy the full SHA
    c946332 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    77b40f9 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2020

  1. Small fixes

    rafie committed Jul 12, 2020
    Configuration menu
    Copy the full SHA
    ae298e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. Update from Redis 6.0.6

    rafie committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    bd913a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. Configuration menu
    Copy the full SHA
    5dbda13 View commit details
    Browse the repository at this point in the history
  2. Added C++ header

    rafie committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    242d0db View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

  1. Updates from Redis 6.0.9

    rafie committed Dec 1, 2020
    Configuration menu
    Copy the full SHA
    0b7e987 View commit details
    Browse the repository at this point in the history