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

fix typo in README.md #65

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

Commits on Nov 5, 2021

  1. fix typo in README.md

    - change typo in [line:125](https://github.com/RedisJSON/redisjson-py/blob/master/README.md?plain=1#L125) from `TestDecoder` to `CustomDecoder`
    blakechi committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    78914b4 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2021

  1. detect whether to use basestring or str

    detect whether to use `basestring` or `str` depending on Python 2 or 3
    blakechi committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    b6e5126 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2021

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