Skip to content
This repository has been archived by the owner on Sep 11, 2019. It is now read-only.

Support StrictRedis.eval for Lua scripts #9

Merged
merged 57 commits into from
Feb 13, 2018
Merged

Support StrictRedis.eval for Lua scripts #9

merged 57 commits into from
Feb 13, 2018

Commits on Feb 5, 2018

  1. Limited Lua support

    blfoster committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    b8d997d View commit details
    Browse the repository at this point in the history
  2. Bump patch version

    blfoster committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    da8a820 View commit details
    Browse the repository at this point in the history
  3. Remove nightly Python build

    blfoster committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    0845484 View commit details
    Browse the repository at this point in the history
  4. Return result from Lua

    blfoster committed Feb 5, 2018
    Configuration menu
    Copy the full SHA
    7ea39cd View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2018

  1. Fix table handling

    blfoster committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    74389b7 View commit details
    Browse the repository at this point in the history
  2. Fix unit tests

    blfoster committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    58d0763 View commit details
    Browse the repository at this point in the history
  3. Fix test

    blfoster committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    77685dc View commit details
    Browse the repository at this point in the history
  4. Decode non-byte strings

    blfoster committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    0dd661f View commit details
    Browse the repository at this point in the history
  5. Add eval

    blfoster committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    507a125 View commit details
    Browse the repository at this point in the history
  6. Restore nightly build

    blfoster committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    06e02b5 View commit details
    Browse the repository at this point in the history
  7. Revert "Restore nightly build"

    This reverts commit 06e02b5.
    blfoster committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    0fd83e6 View commit details
    Browse the repository at this point in the history
  8. Update readme

    blfoster committed Feb 6, 2018
    Configuration menu
    Copy the full SHA
    f2086fd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6e0c1b3 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2018

  1. Code review fallout

    blfoster committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    73cc1d7 View commit details
    Browse the repository at this point in the history
  2. pep8:

    blfoster committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    87c2686 View commit details
    Browse the repository at this point in the history
  3. Install lupa for CI

    blfoster committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    e0e7718 View commit details
    Browse the repository at this point in the history
  4. Code review fallout

    blfoster committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    121de8c View commit details
    Browse the repository at this point in the history
  5. pep8:

    blfoster committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    9de8754 View commit details
    Browse the repository at this point in the history
  6. Install lupa for CI

    blfoster committed Feb 7, 2018
    Configuration menu
    Copy the full SHA
    9e6b32f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    15232fa View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2018

  1. More fallout

    blfoster committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    9bf4173 View commit details
    Browse the repository at this point in the history
  2. Remove lua from .travis.yml

    blfoster committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    bfa38c9 View commit details
    Browse the repository at this point in the history
  3. More tests

    blfoster committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    63949ba View commit details
    Browse the repository at this point in the history
  4. pcall

    blfoster committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    975f88c View commit details
    Browse the repository at this point in the history
  5. Test nested ok response

    blfoster committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    71a2c1e View commit details
    Browse the repository at this point in the history
  6. pep8

    blfoster committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    1def833 View commit details
    Browse the repository at this point in the history
  7. Fix broken tst

    blfoster committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    dd23fb1 View commit details
    Browse the repository at this point in the history
  8. More fallout

    blfoster committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    c91f0b1 View commit details
    Browse the repository at this point in the history
  9. Remove lua from .travis.yml

    blfoster committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    ee53358 View commit details
    Browse the repository at this point in the history
  10. More tests

    blfoster committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    a30fdef View commit details
    Browse the repository at this point in the history
  11. pcall

    blfoster committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    b426f0f View commit details
    Browse the repository at this point in the history
  12. Test nested ok response

    blfoster committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    6153787 View commit details
    Browse the repository at this point in the history
  13. pep8

    blfoster committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    7fb69f4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    49cf337 View commit details
    Browse the repository at this point in the history
  15. Remove extra braces

    blfoster committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    392206c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d5e4ce2 View commit details
    Browse the repository at this point in the history
  17. Fix type

    blfoster committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    fe9065d View commit details
    Browse the repository at this point in the history
  18. Fix decoding

    blfoster committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    296c2ff View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    95762e2 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    fde2b75 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    773f0f4 View commit details
    Browse the repository at this point in the history
  22. Fix test

    blfoster committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    b1a0402 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    856a031 View commit details
    Browse the repository at this point in the history
  24. Test for nil in table

    blfoster committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    acc44b1 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2018

  1. More tests

    blfoster committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    23a43af View commit details
    Browse the repository at this point in the history
  2. Fix test

    blfoster committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    525a29b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    267e338 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2018

  1. WIP: fallout

    blfoster committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    6377669 View commit details
    Browse the repository at this point in the history
  2. Remove docstring

    blfoster committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    244056b View commit details
    Browse the repository at this point in the history
  3. More fallout

    blfoster committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    8f869b4 View commit details
    Browse the repository at this point in the history
  4. Catch LuaError

    blfoster committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    b2b6786 View commit details
    Browse the repository at this point in the history
  5. Check number of keys

    blfoster committed Feb 12, 2018
    1 Configuration menu
    Copy the full SHA
    fa252bc View commit details
    Browse the repository at this point in the history
  6. More fallout

    blfoster committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    f917498 View commit details
    Browse the repository at this point in the history
  7. More edge cases for numkeys

    blfoster committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    82e7e65 View commit details
    Browse the repository at this point in the history
  8. Remove braces

    blfoster committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    fdf9ecb View commit details
    Browse the repository at this point in the history
  9. flake8

    blfoster committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    a6a7cd6 View commit details
    Browse the repository at this point in the history
  10. to_bytes

    blfoster committed Feb 12, 2018
    Configuration menu
    Copy the full SHA
    9f4d910 View commit details
    Browse the repository at this point in the history