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

Redis operation that returns dict now converted to Lua table when called inside eval operation #209

Merged

Commits on Aug 20, 2018

  1. During eval operation, results of redis operations returning dictiona…

    …ries are now passed as lua tables instead of python lists
    nimrod-otonomo committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    2aa8439 View commit details
    Browse the repository at this point in the history
  2. added key as argument to eval function in test_eval_hgetall_iterate t…

    …o keep consistency with other tests
    nimrod-otonomo committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    8be639f View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2018

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