| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Implement/test LOLWUT command
https://redis.io/commands/lolwut
This is a lot of fun to play with:
```python
>>> from redis import Redis
>>> redis = Redis()
>>> print(redis.lolwut(5, 6, 7, 8).decode('utf-8'))
⣴⣶⣶⣶⣶⡆
⣿⣿⣿⣿⣿⡇
⠹⡿⠟⣿⡿⠃
⠀⠀⠀⠀⠀⠀
Georg Nees - schotter, plotter on paper, 1968. Redis ver. 6.0.10
>>> print(redis.lolwut(5, 6, 7, 8).decode('utf-8'))
⢰⣶⣶⣶⣶⡆
⢿⣿⣿⣿⣿⠁
⠸⡿⢿⠿⡿⠃
⠀⠀⠀⠀⠀⠀
Georg Nees - schotter, plotter on paper, 1968. Redis ver. 6.0.10
>>> print(redis.lolwut(5, 6, 7, 8).decode('utf-8'))
⢰⣶⣶⣶⣶⡆
⣸⣿⣿⣻⣿⡅
⠿⡿⠻⠿⠿⠁
⠀⠀⠀⠀⠀⠀
Georg Nees - schotter, plotter on paper, 1968. Redis ver. 6.0.10
>>>
```
* Add link to LOLWUT command documentation
Co-authored-by: Chayim <chayim@users.noreply.github.com>
* Skip LOLWUT unit test for Redis < 5.0.0
The `LOLWUT` command was introduced in Redis 5.0.0:
https://redis.io/commands/lolwut
Co-authored-by: Chayim <chayim@users.noreply.github.com>
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
Part of #1546
|
|
|
| |
Rename "Redis Labs" to "Redis" in the README docs
|
|
|
| |
Thanks everyone for all your contributions!
|
|
|
| |
Part of #1546
|
|
|
|
|
|
|
|
|
| |
* CLIENT LIST fix to allow multiple client_ids
Support for CLIENT KILL with the USER filter
Part of #1546
* test fix
|
|
|
|
|
| |
closes #1539
Part of #1546
|
|
|
| |
closes #1561
|
|
|
|
|
| |
Adding support for ACL help
Part of #1546
|
|
|
| |
Part of #1546
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* GEOSEARCH and GEOSEARCHSTORE
* negative test
* change georadius_generic to geosearch_generic
* add documentations to the functions
* add docstring to the parser
* farest
|
|
|
| |
Part of #1546
|
|
|
| |
Part of #1546 commands.
|
|
|
| |
Part of #1546
|
|
|
|
|
| |
bgsave tests
Part of #1546
|
|
|
| |
Part of #1546
|
|
|
|
|
| |
* set in unix time
* update skip version
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Return slowlog complexity info if available
based on https://github.com/andymccurdy/redis-py/pull/622
* Add tests
Copied from https://github.com/andymccurdy/redis-py/pull/622
* address flake E306
* Trigger Build
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* add support to STRALDO command
* add tests
* skip if version ..
* new line
* lower case
* fix comments
* callback
* change to get
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* #1434 Added zmscore command support
* #1434 Fixed typo and doc
* #1434 Set [] as default value for members arg in zmscore func
* #1434 Set None as default value for members arg in zmscore func
* #1434 Removed default value for members arg in zmscore func
* Fixed flake8 formatting
Co-authored-by: jiekun.zhu <jiekun.zhu@shopee.com>
|
|
|
| |
* MINID and LIMIT
|
|
|
|
|
|
|
|
|
| |
* Merged new sentinel commands from #835
Thanks you @otherpirate for the contribution!
* Added an execute wrapper and tests.
The tests ensure that the function is called. Nothing more since we do not currently have enough testing support for sentinel
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
* Moving redis commands to a mixin
This patterns allows for the reuse of these commands across connection types, including modules that are based on this client
* splitting sentinel specific commands into the respective mixin
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* zinter
* change options in _zaggregate
* skip for previous versions
* add client function
* validate the aggregate value
* change options to get
* add more aggregate tests
* add weights guidance
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
Co-authored-by: Chayim <chayim@users.noreply.github.com>
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* exclusive gt and lt in zadd
* docs update
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* zinter
* change options in _zaggregate
* skip for previous versions
* flake8
* validate the aggregate value
* invalid aggregation
* invalid aggregation
* change options to get
Co-authored-by: Chayim <chayim@users.noreply.github.com>
|
|
|
| |
Small typo in documentation
|
| |
|
| |
|