summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-06-04fix path of venv.test-cilaixintao
2021-06-04bugfix: try to fix ci with install-poetrylaixintao
https://github.com/snok/install-poetry
2021-05-18test ci.laixintao
2021-05-10Merge pull request #384 from messense/pyoxidizer-wheelslaixintao
Install PyOxidizer from PyPI
2021-05-10chore(python): :construction_worker: update python3.9 alpha to python3.9 ↵ikaroskun
release (#385)
2021-05-07poetry updatemessense
2021-05-07Use Python 3.9 instead of Python 3.9 alphamessense
2021-05-07Update pyoxidizer templatemessense
2021-05-07raw_allocator renamed to allocator_backendmessense
2021-05-07Use pip 21.1messense
2021-05-07Install PyOxidizer from PyPImessense
2021-04-28doc: fix EOF shortkey.laixintao
2021-04-23docs:fixed a label:`h3` error (#382)Friends A
2021-04-23delete redundant code (#381)Keming
2021-03-12Update test_utils.py (#379)landybird
fix typos : `blackslash` => 'backslash', `test_stipe_quote_escaple_in_quote` => `test_stripe_quote_escape_in_quote`
2021-03-08bugfix: fix typos of valid and internal. (#378)laixintao
* bugfix: fix typos of valid and internal. Co-authored-by: landybird <37992065+landybird@users.noreply.github.com> * bugfix: fix testcase. * bugfix: compact with redis5 Co-authored-by: landybird <37992065+landybird@users.noreply.github.com>
2021-01-08add [] when argument is optional (#372)Guan
* add [] where argument is optional * add [] when argument is optional
2021-01-08bigfix:ERROR 'str' object has no attribute 'decode' #371 (#373)Guan
2020-11-25bugfix: upgrade pyoxidizer version in test build action. (#367)laixintao
2020-11-25Merge pull request #365 from laixintao/macdavid313-pyoxidizer-0.10.3-test-buildlaixintao
add a new action to build and upload binary.
2020-11-25Merge pull request #364 from macdavid313/pyoxidizer-0.10.3laixintao
use PyOxidizer 0.10.3
2020-11-25finally I found some body mentioned that.laixintao
https://github.community/t/use-variables-in-upload-artifact/16577
2020-11-25bugfix: using github environment.laixintao
2020-11-25bugfix: test binary running condition.laixintao
2020-11-25enable build test every time.laixintao
2020-11-25change test-binary-build trigger condition to workflow_dispatch.laixintao
2020-11-25bugfix: fix variables of Github Action.laixintao
2020-11-25bugfix: fix upload-artifact step.laixintao
2020-11-25add a new action to build and upload binary.laixintao
2020-11-25Merge pull request #366 from laixintao/bugfix/test-redis-6laixintao
bugfix: fix two test cases in redis6, data type changed, and mem cost changed.
2020-11-25bugfix: stream type is unknown for redis 5laixintao
2020-11-25bugfix: fix two test cases in redis6, data type changed, and memlaixintao
changed.
2020-11-25use system's allocatorTianyu Gu
2020-11-25use PyOxidizer 0.10.3Tianyu Gu
2020-10-06bugfix: github action cache. (#362)laixintao
* add python3.9 to action cache key. * manually install setuptools. * downgrade pip to 18.1 * lock pip version to 18.1
2020-10-06test iredis on Python3.9 (#361)laixintao
* test iredis on Python3.9 * test on Python3.9 * upgrade python github action to v2, include 3.9 * remove 2.x and 3.0
2020-09-19Merge pull request #360 from yihong0618/patch-1laixintao
Update README.md
2020-09-16Update README.mdyihong
2020-09-12Merge pull request #359 from laixintao/bugfix/node-idlaixintao
bugfix: node-id accepts \w+ instead of only numbers.
2020-09-12update changelog.laixintao
2020-09-12bugfix: node-id accepts \w+ instead of only numbers.laixintao
2020-09-12Merge pull request #358 from timgates42/bugfix_typo_outerlaixintao
docs: Fix simple typo, outter -> outer
2020-09-12docs: Fix simple typo, outter -> outerTim Gates
There is a small typo in iredis/utils.py. Should read `outer` rather than `outter`.
2020-08-28Bump version: 1.9.0 → 1.9.1v1.9.1laixintao
2020-08-28Merge pull request #355 from laixintao/feature/redirectlaixintao
feature: auto reissue command for "MOVED" error.
2020-08-28update changelog for 1.9.1laixintao
2020-08-28testcase for auto-redirect.laixintao
2020-08-28bugfix: import in test for entry.py.laixintao
lint fix
2020-08-28feature: support reissue for auth-required node.laixintao
2020-08-27comment: delete unix socket support.laixintao