Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/redis/redis-py

Redis Python client
https://github.com/redis/redis-py

Merge pull request #1039 from jeffwidman/patch-2

"while 1" --> "while True"

fc7ec59f1d63398ae2a05ee9a625d09ab089a120 authored about 6 years ago
remove unncessary deletes at beginning of tests

c2227960548169c0f0549750e0a1f7bd0a126177 authored about 6 years ago
Merge pull request #1037 from itamarhaber/zpop

Adds support for ZPOPMAX, ZPOPMIN and their respective blocking variants

4ef6dd0384d944e585e5fbfc16130d2bc2ba543d authored about 6 years ago
Merge pull request #1044 from faheel/fix-docs-formatting

Improve formatting of docs

724af050bc5a8a0c1d0975efd936c5fedb7b5d88 authored about 6 years ago
fix test that breaks if other clients are connected to the redis server

e1b13b3b5366a422b182bbb7ff2b30d479740a96 authored about 6 years ago
Add missing space

00aa265b5b30c6d9181306c8de2bd21611815f58 authored about 6 years ago
python2 compat

c7dbaa142917faaf6075ad8baec9f10b3731794d authored about 6 years ago
python 2 likes binary regex hints specified as 'br' rather than 'rb'

47dc6aec85dab10a2a1a6dfbb25f78062c7285d9 authored about 6 years ago
guarentee consistency by mapping the keys/values with one call

c22956dcb23845830b471b5c8bbdf675f3b9debb authored about 6 years ago
avoid calling pytest fixtures directly since that's frowned upon

84efaa73e71d83c8e2ff86c9e0d7fade851cf1e8 authored about 6 years ago
explicit parsing of xclaim response with justid=True

ad6d36257692f5f3a5874ba1cc004ad57f145d0e authored about 6 years ago
rename start/finish and start/end args to min/max on all stream commands

this is consistent with the rest of the library and is clearer
terminology to the end user

eaf6b2d23ad3e9a46f141cc4fa0fa62240fadba9 authored about 6 years ago
refactor a bunch of the tests.

- split out tests for each client function
- alphabetize
- make sure response callbacks return s...

ad67d89d0fe34b59b798be68c787277f3ab781fc authored about 6 years ago
alphabetize part 2

5f7b956fb1d389e23cdfc4e1e1809fa6662ac368 authored about 6 years ago
fix comment

a3cfa77ab01e56d8af6d40c2d9e31f56017ef3eb authored about 6 years ago
reorganize stream tests

618deba4daed183e9e9734b18bbac44523b68fd6 authored about 6 years ago
alphabetize stream functions

0bb9ab9f57f708b5c32c8e70bdbf19f92fc3e49f authored about 6 years ago
rename _name -> name

7295ee0f29253ed19be01a69e6d1efc225242a1e authored about 6 years ago
alphabetize the callback list

7b618768190432c3a7ed15206c6e9cbb08f3e18f authored about 6 years ago
Merge branch 'pr/1040'

21c56b372bffe9a38d0a57dd6b3faa6a88ef83bb authored about 6 years ago
XREAD and XREADGROUP return empty lists when the server returns no messages

a32a8e630c25a2a2e8b637ac7af80ba7df048f23 authored about 6 years ago
XPENDING parse response and unit test

b7cd888ea1e93d06ea58794d18ac509474360b06 authored about 6 years ago
fix XCLAIM to handle justid parameter correctly

e76b8e27fa7eabf1b547724d404fb9e4d621ed7e authored about 6 years ago
remove code duplication

bb30ec5aae98c9649008303eacdcc64034bd506c authored about 6 years ago
XCLAIM simplify argument checks

1dfda00588bc02ea37b76e4465111c91dd79635e authored about 6 years ago
XREAD and XREADGROUP should take streams as a required dict arg rather than kwargs

f11c1a16685d79fc26ef701c29e2299327cc7ec3 authored about 6 years ago
string interpolation for the error messages needs to include the positional index

b24d007716f77627ee0b0999eb5b997baf976fc1 authored about 6 years ago
streams commands wrap all string literals in Token.get_token

1afa815ae629795ef78de06baafa5f5ec2994264 authored about 6 years ago
unit test for xclaim

4ef348569a985c6e030a0995a0c78ed7e18fe264 authored about 6 years ago
XCLAIM renaming param to param_value, and adding param_name to pieces

8d006b6f1b29424cdae72c1c0d49079de45d2962 authored about 6 years ago
multi_stream_list should use nativestr for compatibility

4ad035dfc94582d8265572439a2f0bdf41637e79 authored about 6 years ago
XADD removing unnecessary stream_key parse function

492adbcf1183322edcf9a834ee3636622a109025 authored about 6 years ago
XADD key/value pairs of the entry should be specified as a single dict arg rather than kwargs

9984fa9cbaea7d6380df090dfdc036042948dad1 authored about 6 years ago
allow list based iterating on XREADGROUP results

3ba1d14bc74f9a5045d714ce67422ef05b59b724 authored about 6 years ago
pieces.extend(pair) is slightly more efficient.

44942c7c5254bfaf2304299e82a49ef548bd31cb authored about 6 years ago
stream_list should reuse pairs_to_dict

d2d3b2243d3516c71c7feef4bf466352d07ead41 authored about 6 years ago
for python 2/3 compat we need isinstance to check both int and long

abbd97050a7cb3e687c3ab23d6fc550e5f197b8d authored about 6 years ago
.

4147b2088801040298cc5f595c9ede226e283634 authored about 6 years ago
.

19f08a3094357c1cf5ec46641974a6deba619085 authored about 6 years ago
Implements XTRIM

f5f9bef17dabcacd3efdd9229af6fe9701628788 authored about 6 years ago
pycodestyle changes in benchmarking

07eacf3ba5e5f87bafe992a51e04971ee0fd8b12 authored about 6 years ago
Implements XCLAIM

b187aac2df98e1347e084a2901995f0b1a132aa2 authored about 6 years ago
Implements XREADGROUP

227dc28c34f610173995d7aee2f716f95225f2af authored about 6 years ago
Implements XDEL

2a15e07f1a8aec26d287ec31ed330f598a1fca00 authored about 6 years ago
Style: use single ticks instead of double quotes for strings

1f2eaf31f29e6003179404b23c6ae4ab187595b4 authored about 6 years ago
pycodestyle requires python 2.7 or greater

Co-Authored-By: RoeyPrat <[email protected]>

3d24b463dc44d74dec30cffc4c5a23c566975cea authored about 6 years ago
pycodestyle fixes in client

04784cb2ecb0847198aaf64102e5129868c17da6 authored about 6 years ago
Implements XPENDING

a8c998d41cee1f9100508082627a29db08f2c428 authored about 6 years ago
run travis with redis 5

f5a16bef38e9051d1b2d92aa8e16e71e1a6c1541 authored about 6 years ago
Implement XGROUP

2699f31ddf7923bcb027da44d4e94d89c7d25e8d authored about 6 years ago
Implements XACK

1f8c69cfcd6c0fad819fc78777b56873ec8d26dc authored about 6 years ago
Implements XINFO

f1ece6b139d7cf4a7900526ff1d53b1387d89c68 authored about 6 years ago
run tests of commands added in redis 5, if redis>=5

ce2231697d5dcd746f7b51b6a40b291b310e1f5f authored about 6 years ago
pep8 was renamed to pycodestyle

b5ffff6d151e83688bc6a49051cccd2fd5517407 authored about 6 years ago
Added support for Streams

This includes: XADD, XREAD, XRANGE, XREVRANGE, XLEN.

See http://antirez.com/news/114 for more i...

832c296f73bcdcf51b420bb3683ff62d1b43767b authored about 6 years ago
xread: block parameter may be set to zero, to block indefinitely

644de16c16bfef7ce80dde1d2d718d91a6eae308 authored about 6 years ago
Fixes to test_strict_xrange

7efb71bd81e365e94669ad1b1fff65c5f83b0508 authored about 6 years ago
gitignore .idea folder (used by jetbrains IDEs)

59f279cab86ea8f27b99d170556cd761163783f2 authored about 6 years ago
Fix ConnectionPool repr when using default values

c0cc0a17430b02fc3d8bbe9ad17025d3b55426d8 authored about 6 years ago
Revert "Adding a couple of tests for the SHUTDOWN command and the added NOSAVE option."

This reverts commit 80af0ad26838ea243c2aefdbeee5ec8188750399.

While these tests worked on my lo...

137fac1a57bb7d2a5bfa60c23e960cee9eaaa57a authored over 6 years ago
Adding a couple of tests for the SHUTDOWN command and the added NOSAVE option.

80af0ad26838ea243c2aefdbeee5ec8188750399 authored over 6 years ago
Changed to a boolean argument.

676cd3987639b1bad5263d2a0ce5861827d63d3e authored over 6 years ago
Adding an option to the SHUTDOWN command so NOSAVE can be passed in.

bf203991b74b01fa79c501a28e53cc46d47e21e0 authored over 6 years ago
"while 1" --> "while True"

This is python, not C

39283c4b27367a7f93b4e0217e95ddc2e8dc6436 authored over 6 years ago
Drop easy_install mentions

These days everyone uses `pip`.

Anyone who really needs `easy_install` will need to know far ...

d474b90bc63384d2e6ed84a90b043dccb6395b06 authored over 6 years ago
Adds unblock reason support

Signed-off-by: Itamar Haber <[email protected]>

7a8a85245d2e55c2c97290175bd6d6f98976ff5f authored over 6 years ago
Removes errant committed file

Signed-off-by: Itamar Haber <[email protected]>

6c4cd12425a6c840113696407b06e82424e87a72 authored over 6 years ago
PEP8's it

Signed-off-by: Itamar Haber <[email protected]>

b275920e86611ad6bf80d717dd5d327f47a8c374 authored over 6 years ago
Converts score from string to float

Signed-off-by: Itamar Haber <[email protected]>

5ad0df5e61a90a14104c1174cce33743bae766fc authored over 6 years ago
Adds BZPOPMAX and BZPOPMIN

Signed-off-by: Itamar Haber <[email protected]>

b2f61090f442468460d6968aee3ddea556b9b846 authored over 6 years ago
Adds ZPOPMAX and ZPOPMIN

Signed-off-by: Itamar Haber <[email protected]>

66eefc6f52e9130e61dad251438352964946c786 authored over 6 years ago
Adds CLIENT UNBLOCK

Signed-off-by: Itamar Haber <[email protected]>

80beebbd22a9a12da5347acbd6184f2e722ab8fa authored over 6 years ago
Adds support for CLIENT ID

Signed-off-by: Itamar Haber <[email protected]>

4cb632a92581002f784e546e5393efa72853112c authored over 6 years ago
geodist may return none or float, response handler callback should

be float_or_none

bc81b7f7e3c11670a2f33ecb5df71f449410bd93 authored over 6 years ago
Merge pull request #1026 from RoeyPrat/roey-read_the_docs_badge

readme link badge to docs and pypi (#1021)

0d6c5f28ef87c83df5540abc358252cae3d2060e authored over 6 years ago
put not outside of the parentheses

7860995ce4226ee0ca82d2eefa4b8bd5c3943a75 authored over 6 years ago
readme link badge to docs and pypi (#1021)

fc35c772d3520c2f2817f37f3613e78201b1d999 authored over 6 years ago
move build tools to their own folder, separate from vagrant

9c90388944478aec4450a4ff4c5db5af77c08f54 authored over 6 years ago
fix retry for PubSub

a1ee3df167b6d9f2f3c16414ace5c8e900b9adfd authored over 6 years ago
pep8

61293ff5672f467f552e1f25b9efb490a90983c0 authored over 6 years ago
fix retry logic for StricRedis

ee520ed1b351e63b2c672c5f29a64fd7afa56a2e authored over 6 years ago
fix indent

798f6efab241c2ef93a36fecd9711025d00b3a1a authored over 6 years ago
Added test

ca600053a333a2962d8d15cfb7b92eddbc5123bf authored over 6 years ago
Allow pings in PubSub

According to https://redis.io/topics/pubsub, “The commands that are allowed in the context of a ...

f95b27ee1b74952317280f751c59c0ff32d2ffea authored over 6 years ago
Fix parsing for INFO keys that include ':'

fe4bb23415c6a40edfff97da6bfe0c313fb2f4f4 authored over 6 years ago
Enforce ssl_cert_reqs='required' by default

aed8aa81d6b63a9f85fcdc7f563d9a213f989a0c authored over 6 years ago
move redis installation to /var/lib/redis

e73ee62342a7d4f552f7d0ac6bf203db4c7288cf authored over 6 years ago
InterruptedError does not exist in Python < 3.3.

Remove InterruptedError in favor of using select.error. Support for the
2.7 series requires this...

1e62bef251d834e9a2830d608377449b6540f804 authored over 6 years ago
fix description for srandmember bugfix

Reading through the changelog I noticed that one of the items seemed to trail off mid-sentence. ...

d750ed1fdb47d755b609d4b6206777ef07610804 authored over 6 years ago
Merge pull request #987 from belm0/patch-1

README: Lua is not an acronym

413e802f8fe390738bc1e89716083586e0269fd0 authored over 6 years ago
README: Lua is not an acronym

http://www.lua.org/about.html#name

1641508500f2b7d1ef39a3d83a3efae233ee2a4f authored over 6 years ago
Fix parsing max_connections URL query string parameter

Previously ConnectionPool.from_url kept it as a string, causing a 'ValueError:
"max_connections"...

eb6a34dab4d316a7c8ea186775321458e033e3d3 authored over 6 years ago
Merge pull request #980 from deslum/master

Fix bench command_packer

2035e9821ebf2d884f10928e9c88e17179ac4842 authored over 6 years ago
Fix bench command_packer

f8aa9972ebcb1cfa58df1eeec13241d17a3fb10a authored over 6 years ago
Documents rediss:// support

ebbbb7ddfc763cc150781cb3e72c8a3f718a2260 authored almost 7 years ago
Add support for UNLINK command

7b7d6c4be51ac12934d5dc47df1bc2d052869898 authored about 7 years ago
Fixes a KeyError in empty `options` dict at sort's return

Fixes #924

a945e7c2e1de4e48bd3515c6e83f6a8fe3f23543 authored about 7 years ago
Merge pull request #921 from garlicnation/garlicnation-patch-1

Allow socket type to be configured in Connection

5109cb4f6b610e8d5949716a16435afbbf35075a authored about 7 years ago
Allow socket type to be configured in Connection

293b5e65e3f970c2e7c904ff3597ba51fde8eb36 authored about 7 years ago
Merge pull request #569 from 23doors/master

Atomic redis.set when acquiring a lock

a228945f1acaf5873dbb963360385198b3058ef3 authored about 7 years ago