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

bind to all interfaces to connections through vagrant tunnel works

979891cb75ea38b13b14d401a2bcc7cbb2f58714 authored over 8 years ago
upgrade vagrant version to 3.2.0

0472ff350573f4bc824abd52da63c7d1830a9375 authored over 8 years ago
Merge pull request #747 from pfreixes/geo_commands

Implemented support for the GEO commands for Redis 3.2.0

af5093bb9f1c40051ecc76c41452892fb71a7acc authored over 8 years ago
Fixed issues regarding Python3

dd99ea7fc37b883a6bd2d618d7c99cae7e93ca7e authored over 8 years ago
Geo Commands, return Python native types

934ff423c9503373f31a173fcb00591769ce7d40 authored over 8 years ago
Merge pull request #751 from cjsimpson/token-cache

Improve performance for Python 3.x

0531abed1ee5caa010d5916e1c09f5c7d0b1c49d authored over 8 years ago
Merge pull request #752 from gward/issue716

pubsub: improve error reporting if caller forgets to subscribe (issue #716)

98e1133422b8514656e244ae5d332e65aa97124e authored over 8 years ago
pubsub: improve error reporting if caller forgets to subscribe

This is an easy mistake to make -- at least, I keep making it. It
formerly resulted in a confusi...

86ec8d0458e39c795321348f189457c52ebcceca authored over 8 years ago
pep8 cleanup

138836c1be4f8f1ffef20ce2d2e723b4aba26d66 authored over 8 years ago
Cache Token objects to improve performance.

The Token class now contains a cache of tokens, and each token stores its encoded value.
In Pyth...

8d8e86201ab589a3b97f4e2671d8b530e766a09b authored over 8 years ago
Merge branch 'master' of https://github.com/andymccurdy/redis-py

cb15dfcfa126f5e623b98c6bdf017941bf084cef authored over 8 years ago
Merge pull request #750 from carltongibson/fixes/wrap-select

Wrap `select` to retry on `InterruptedError`

3bdf81ab41464d8e918080234912fc8fd86629af authored over 8 years ago
Merge pull request #749 from carltongibson/tox/require-mock

Specify mock requirement for tox

5ff6c42414508479ed13c64b7b8eba3a5e63e3c3 authored over 8 years ago
Retry `select` calls on `InterruptedError`

Ref #738

36283e4b647c37a9b3b585a40081aead27cfadc9 authored over 8 years ago
Specify mock requirement for tox

67f9adca849ff104ede2a1e79591fcfeac960262 authored over 8 years ago
Merge pull request #1 from andymccurdy/master

sync with origin

360c2124554b1056299c54850771d0cd28241450 authored over 8 years ago
Merge pull request #712 from jitendranair/jitendranair-patch-1

Update README.rst

4b663cb10f675b8b1315e63e5cfbcaf0aaea0dd2 authored over 8 years ago
Merge pull request #743 from closeio/retry-recv-eintr

Automatically retry EINTR for Python < 3.5 to prevent duplicate command execution

fa8fa668c30016e7bb57cad3913b26b6f93b531f authored over 8 years ago
Merge pull request #744 from youknowone/pypy-compat

Check also `int` not only `long` for PyPy.

20fc04e4e3f59952537541a2eb41e0a52b0aec8f authored over 8 years ago
Check `int` also not only `long`

PyPy can generate an `int` instance here.

c398319b53be4d5e4f6d05d2f4b59e85caef69e4 authored over 8 years ago
Style fixes (2)

c6029fbbc210038e6fbf4466fc53bd1d440a5aa8 authored over 8 years ago
Style fixes

b7673fe3023fec5bc312c3e0771848ab316b4813 authored over 8 years ago
For Python < 3.5, automatically retry EINTR

2b59b25bb08ea09e98aede1b1f23a270fc085a9f authored over 8 years ago
Merge pull request #737 from hulu/master

add daemon option to PubSubWorker so ctrl-c will work

5ef18fd517a50ec04a0a8db353fdba2872c47d61 authored over 8 years ago
add daemon option to PubSubWorker so ctrl-c will work

226b290ac22abcde92f52d5ace94c219834d4f98 authored over 8 years ago
Implemented support for the GEO commands for Redis 3.2.0

The following commands have been implemented GEOADD, GEODIST,
GEOHASH, GEOPOS, GEORADIUS, GEORAD...

4c331411b6f761226cdefb90250912db325d01e4 authored over 8 years ago
Merge pull request #723 from timsavage/master

Extend ConnectionPool.to_url to parse querystring arguments to correct type.

273a47e299a499ed0053b8b90966dc2124504983 authored almost 9 years ago
PEP8 fixes

2f4dc33b59ba5f284ada0bcff1cf507bb1ed6d19 authored almost 9 years ago
Extend ConnectionPool.to_url to parse querystring arguments to correct type.

Previously if a value for socket_timeout was supplied as part fo the URL an error would be raised...

8e6f655d069fd3b31de63ae7f9ef967a7bf6de14 authored almost 9 years ago
Merge pull request #685 from iandyh/master

Redis cluster commands

b40875d553ab6d6db69e64eef134e5fac652b033 authored almost 9 years ago
pep8 code

ee859415944d03c1e5167ef210907579784660c0 authored almost 9 years ago
format long mocked response string

fa3e17aa2e3b1dfd6edf7f5c0952f567d651ec9d authored almost 9 years ago
Update README.rst

Missing single quote in code block

cf08562596df01eb00b4de2961ba933d1f0e40cd authored almost 9 years ago
Merge pull request #706 from gward/master

Fix typo in comment.

b692e619b6c4ef7614e4ce6693b726b132998f3e authored about 9 years ago
- added replace option to restore command

6e6c3bdedb2998e26d3ce7d0d2c64a57a45bf3cb authored about 9 years ago
Fix typo in comment.

43c0a1574df2811719e18a020d23dc941c866d34 authored about 9 years ago
redis cluster commands

f5fbb74222eecef5ed9997fc9d44cdcfcd5f1bcd authored about 9 years ago
Merge pull request #684 from blopker/feature/sentinel-timeout

FIX #651 try next Sentinel node on TimeoutError

da1378481f963961afab420573eb4130091dd861 authored about 9 years ago
FIX #651 try next Sentinel node on TimeoutError

8e17aeb414a3acb0ffc44931d430d51303f3482f authored about 9 years ago
Merge pull request #679 from candeira/fix-getitem

fix getitem syntax for redis get when value is the empty string

16c8af4ef3750110ec1eeb09bd599db1959ea5ef authored about 9 years ago
fix getitem syntax for redis get when value is the empty string

e29752863e729d7161d1b51029fc0b451d712c52 authored about 9 years ago
changelog

2aeffb93e1ed23a55f1b3321bf4d4d22010a714e authored about 9 years ago
raise TimeoutError if a socket.timeout is raised while connecting

fixes #675

1c2071762ad9b9288e786665990083e61c1cf355 authored about 9 years ago
simplified testing configuration and added Python 3.5 to the matrix

d91308b4b7180b98619dc76ef69cd6e3e6884e73 authored about 9 years ago
add the python 3.5 classifier

882937e9cb471fc17d1609b7f99a649ea6668783 authored about 9 years ago
2.10.5 (incrementing the version to avoid a pypi issue)

ad8e232487a1b9e2f17b361cc4f87740df2134f9 authored about 9 years ago
2.10.4

54c03084d415161962d153fc30005fac8abe8b8c authored about 9 years ago
start building universal wheels with the next pypi release

13d72a5e0a6c73c5bce4b763701a4d28984bd084 authored about 9 years ago
socket errors on windows contain more than 2 arguments.

fixes #641

7c3aab539d71dbfb87642d85db956c22a7a44a06 authored about 9 years ago
typo

10895e2a5923895bd10c95cabe07c4f0bfaf811b authored about 9 years ago
ignore errors raised in SocketBuffer's close method. See #633.

69e38ceda52cc03ad238e522cd9df588f413cbef authored about 9 years ago
max_connections should default to None

4001afc9a993a23850f77961f33a4719f40e1f12 authored about 9 years ago
Merge pull request #665 from ohadpartuck/connection_pool_max_connections

adding max_connections option to StrictRedis Class

e1e6805815839909f79148d80faa45e72bc038e6 authored about 9 years ago
cleanup

9c13fcfe2ed575c5bc69db9d9fc48582d107df98 authored about 9 years ago
Merge pull request #669 from th13f/master

parsing 'max number of clients reached' as ConnectionError

7360a0d6211fd8236a412031c936c879f002a20a authored about 9 years ago
decreased length of exception class retrieving line

01460eb3b6abb8151faf1da9b9703f15b6a7ad64 authored about 9 years ago
parsing 'max number of clients reached' as ConnectionError

d8507a7903c19a73a8bbcc33ce75c4f691890c2b authored about 9 years ago
Merge pull request #667 from sirk390/master

-added zrevrangebylex

93ee0b97faab8de46a77b8cf140f68912e921e0a authored over 9 years ago
-Add CHANGES message.

-Rename variables for coherence

18893f74950ba957f7ca746296121e2948713374 authored over 9 years ago
-added zrevrangebylex

c1a53443c1a05295efbf1fcac875bd6bf132e7aa authored over 9 years ago
adding max_connections option to StrictRedis Class

48bb65108d8381f666b88b217c48b80e2507ae9e authored over 9 years ago
satisfy pep8 updates

85b85619ed1306ac4bc260bb3bc40b2e3e4def54 authored over 9 years ago
removed the proactive check in HiredisParser for a line ending

it turns out just calling into hiredis to test this is faster than
doing string compare in Pytho...

ed2a079cc3ff7db82e197307d388ca9c96cb092e authored over 9 years ago
Merge pull request #657 from harlowja/avoid-needless

Avoid needlessly making temporary lists to merge dict(s) together

f6338499b2d390dcb25c8835f9418f63794be2a5 authored over 9 years ago
Avoid needlessly making temporary lists to merge dict(s) together

327c7e695e6a292e7461e9ddd2be3ffaf570f5d9 authored over 9 years ago
Merge pull request #646 from lamby/embedded-string-test

Fix tests under Redis 3.x; we can be of an "embedded string" format now.

03ac9e242f84a1a4b1ddd95fe84be4043c5666e1 authored over 9 years ago
Fix tests under Redis 3.x; we can be of an "embedded string" format now.

Signed-off-by: Chris Lamb <[email protected]>

550eee8106ca5984f104b3a2a79299d9ae0821af authored over 9 years ago
Link to redis:// & rediss:// scheme IANA registrations in docs

69002968b0f8204adf19c6d81dec22af567b7844 authored over 9 years ago
Merge pull request #620 from cwilkes/master

Support multiple keys for pfcount call

81429b44acff3f238a212a1651241b49cde76c85 authored over 9 years ago
support multiple keys for pfcount call

6935a30c680a81659b2e02b9f9220517cdfd637b authored over 9 years ago
Merge pull request #614 from duxiaoyao/master

Connection.encode complains when value is an object having unicode characters in its printable r...

a4d6e9fd06c5fe9e38eb8cf2cd32fff75b7d24b1 authored over 9 years ago
fix: Connection.encode complains when value is an object having unicode characters in its printable representation

19d48d81ce3227d5f9544072c9c6915133b0f75c authored over 9 years ago
Merge pull request #588 from paulkeene/master

Fix pep8 errors

bc61eb925af5de3317937529413cca4a49c4cd3b authored almost 10 years ago
Fix pep8 errors

92e3618d34549a652ea6c67e07c617f2e2fd848a authored almost 10 years ago
changelog

767e260169de03f676c9f208eb8583db13c212b3 authored almost 10 years ago
Handle percent-encoded URLs in parsing code

904dd00e901473cd15f7e645a1cecdd45de0ffc6 authored almost 10 years ago
Merge pull request #580 from eshizhan/master

Add WAIT command for Redis synchronous replication

c4e2f56dbf6e04a23e6a346ac54278cfbf4035e1 authored about 10 years ago
Add WAIT command for Redis synchronous replication

ref1: https://github.com/antirez/redis/blob/unstable/src/replication.c#L1783, at SYNCHRONOUS REP...

ede4785969e88db7b08594b7c4fdc5323ed754f7 authored about 10 years ago
add 'decrby' method

f07f876543041b80ae3d27c434b3b9c36cf80075 authored about 10 years ago
Merge pull request #547 from msabramo/escape_asterisks

Escape 2 asterisks in README.rst

cee81bd7ea1c4c5f00ac91b8d70b10eccd31dd0c authored about 10 years ago
Merge branch 'master' of github.com:andymccurdy/redis-py

c4a21d53419dac4ef4cec81933ada70055757525 authored about 10 years ago
better handling of the pub/sub workerthread's stop behavior

properly unsubscribes and cleans up the connection now. also allows
callbacks to call thread.sto...

69ce3269dfcb87e972ef29a84772d781d1613c9c authored about 10 years ago
Removing do_acquire from lualock as there is no gain over default do_acquire

bb422881ffedf51710f96b29614f030ea71327f3 authored about 10 years ago
Fix lua locking

08d37bd490014ebbba9f6c60e1f149e7255b69b4 authored about 10 years ago
Atomic redis.set when acquiring a lock

2139d817f58fbecc1b708d488af5ba514f3329cd authored about 10 years ago
Merge pull request #567 from harlowja/watch-delay

Allow delay between watch errors

54e1040b576afb4155bf839483428c5edac14df0 authored about 10 years ago
Allow delay between watch errors

When a watcher error occurs (due to some key being
watched being mutated) the current behavior i...

9cea9e8d55485b4df80556211c3976e3042100be authored about 10 years ago
Merge pull request #564 from hendrik-cliqz/fix-unicode-conversion-in-exception-handling

Fix UnicodeDecodeError in annotate_excpetion

38b19cd3098f0c21510a5565dae349bd1caef6dc authored about 10 years ago
pep8 fix

eddf49d774945986325a04e134b0ba42e0046e70 authored about 10 years ago
fix pep8

2e05913f002d1b08a09d47f6506dacd53bafe052 authored about 10 years ago
UnicodeDecodeErrorfix unicode encode error when using pipeline in combination with msgpack and lua

e31e98ba66cf3b16fc6a1658b23400102a782f11 authored about 10 years ago
Escape 2 asterisks in README.rst

Eliminates 2 warnings when running `rst2html`:

$ rst2html.py README.rst
README.rst:71: ...

76bc4ec5f916732fcf1dc38cdd79f10f77e22dd4 authored about 10 years ago
should also reinitialize with check_connection

fa714e08ef59d37b145616cb60939eedafda0bd4 authored over 10 years ago
Merge pull request #534 from df3n5/master

Sentinel connection pool discarding is_master flag on reset

0de78dbcf898426670d8f7e2d16b88ed06f1bc9a authored over 10 years ago
Passing is_master flag through on reset

- is_master is not passed through when recreating the ConnectionPool.
- This was causing unexp...

0451d8d92e15ad08e7fcf9d4b3c0428f62c1a6f8 authored over 10 years ago
Merge pull request #530 from deejay1/string_fixes

Fix typos in README

499311af2046bd99f1ae680a2bad156263affaa1 authored over 10 years ago
Fix typos in README

24f8bdac290e156155a37702a295d86854e2c990 authored over 10 years ago
changelog

bc98cae7c015eba278d9f198240d0ad31f6713b8 authored over 10 years ago
docstring

a8e9e19d6fab065eee382942baec79d5f3b56bb5 authored over 10 years ago
Merge branch 'pr/520'

ecf1e134266e6c87c449df08787aad163785cc13 authored over 10 years ago