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

accumulate data based on its length rather than the size of the buffer

24e9f1147b168ac139ece8d20b5be82583e87731 authored over 10 years ago
Fix getset docstring

The old docstring was incorrect. See http://redis.io/commands/GETSET for
more information.

1fa744ae900061bf367e15af660fc6101a55f16d authored almost 11 years ago
added lexicographical sorted set commands

b54dee073199fff510fa068487505bf1de75310a authored almost 11 years ago
socket_read_size can now be customized

1469f5f870c5dc7e993254d92777dcdfec588cdb authored almost 11 years ago
allow unix socket connections w/ vagrant

42584727576429ec4e9fb0f8a407000cd95c5346 authored almost 11 years ago
nicer upgrade message

55107b121cd1eaa239a84979e44e28c14c0caee4 authored almost 11 years ago
better error handling with hiredis. fully fixes #456

ca9f228da156df41d8c833a01da8551848629ee4 authored almost 11 years ago
mostly fixes #456. there's still an issue w/ hiredis and multi-bulk replies

f96e46b971a5bb66ab5f94ba87ab3e092e5f01ac authored almost 11 years ago
sentinel info should be a string in python3

8a49069d0259ac79e9122e4cf7c1579deac23905 authored almost 11 years ago
fix scripting tests on python3

05508e61f3c5d59bc8ae9b17ae778d52a93c3c9e authored almost 11 years ago
pull the encoding attrs directly off a connection. fixes #455

38135072b09eaad3e1569756b5deaf5ba4b5631c authored almost 11 years ago
Make sure we know the SHA of scripts before pipeline execution. Fixes #459

f49debc2cedb6fad04f81e79555e8b0ab467ab0f authored almost 11 years ago
use a slowlog fixture to make sure the redis server has slowlog enabled

a89915fdf32381568b94b277224ded8fa25ee784 authored almost 11 years ago
lame, typo

be75147581afe01796e8e2add6925a3e8488cfbb authored almost 11 years ago
purposely fail on travis-ci to see the output

20501159c00c516586784531a40c7f3610fd7164 authored almost 11 years ago
Fix #438, OBJECT commands on invalid keys return None now.

743e4750e13e4ac8cc15271433f100e8d0484623 authored almost 11 years ago
added SLOWLOG support. finally can partially close #170 :)

4db287e2fad01133e6474fee8bd6bc9c78bab29b authored almost 11 years ago
no reason to pre-load scripts in __init__. defer until __call__

0340f1b6609b3222dfc15750f83279899fc0616d authored almost 11 years ago
Merge branch 'pr/441'

Conflicts:
redis/client.py
tests/test_commands.py

bee60a661062bea5f9fbdd7dc28bc17ecd902005 authored almost 11 years ago
fix python3

8cd9f2311340e5eea01c5956bb1c4d4079a0b9d8 authored almost 11 years ago
Merge branch 'master' of github.com:andymccurdy/redis-py

82a76b8621d9d0d722cac2deaf50bbee78b53e51 authored almost 11 years ago
changelog

1b07190f6eab2e0e9f750310ea73d3177e76640a authored almost 11 years ago
Merge pull request #442 from mkai/_ttl_pttl

Adjust to changed TTL, PTTL semantics

3d766b30e63a3ea780c54009d424334cff293c63 authored almost 11 years ago
changelog

11efdb2607fdd2e85304e57bb3ac22dfd02f7f2b authored almost 11 years ago
Merge branch 'master' of github.com:andymccurdy/redis-py

9faea7963635db793d3b0166bcfd0b904605ddd1 authored almost 11 years ago
Merge pull request #453 from pepijndevos/master

Implement HyperLogLog commands

5bb0b2feb1830400a770b9cbfd740adcb284a98a authored almost 11 years ago
pep8 compliance

2b512175749d4b1f8b57254928b693e040a4fccb authored almost 11 years ago
Test HyperLogLog

9eebec412c86a66d97364d0bdae484e40878324f authored almost 11 years ago
Implement HyperLogLog commands

02485d4af3cc026a7aa371f6af62b1cf9bc93d4e authored almost 11 years ago
Unix

5633e5506fdd218ba25cf589ffc3609bbdd0d98a authored almost 11 years ago
initial vagrant environment with working redis. need to install python next

5c4f4967858227d517a82e77088147bb54c08dba authored almost 11 years ago
pep8

c0ca9ad28382a7970c6f09fd7f7111110d95e779 authored almost 11 years ago
ignore docs/ when running pep8 checks

56441c2f457b6481b7b87ec56c91f14af68f0c09 authored almost 11 years ago
changelog

30a5af9e96d913e348acec591f78bd41ef5a9574 authored almost 11 years ago
typos

b79e56ae40a8a806a558cae33f3d357460bd27ce authored almost 11 years ago
pubsub docs

9e5b10c6d0753bb536dff362aa23f27b156d3562 authored almost 11 years ago
automatic message decoding if decode_responses=True. bugfixes, tests.

54e5b062e2eddd674c9a462f763a7854965832d2 authored almost 11 years ago
DEBUG LOADING was released in 2.8.8, so skip test with earlier versions

8b7cd8dd781c651877a14e9505f20e5553572f59 authored almost 11 years ago
require pytest>=2.5 when running tests from setup.py

6ae2cbbf6d117e4002ec686e1efdf66c58c410f1 authored almost 11 years ago
fix pep8 environment, explicit python versions and require pytest>=2.5

310c7c2b18a8352ddf6af20eeb794c5d55098b73 authored almost 11 years ago
make sure we know the order of expected subscribe/unsubscribe messages

018e1324699832d6c3ed819a26968d318929464c authored almost 11 years ago
fixes PubSub.subscribe once and for all.

169cc0241a4f8824f35add9a872c067b70b1e95c authored almost 11 years ago
make sure we're not holding onto any references

8a2f3698576b8a67a8b3629173517c56d744e150 authored almost 11 years ago
fixed a bunch get_message() bugs, refactored the PythonParser to be saner.

still need more pubsub tests but all this stuff *seems* to be working now

97c50ccebf1498212c8f8e1fa9b87c3b10c48666 authored almost 11 years ago
fixing coding style

E127 continuation line over-indented for visual indent

6f760cc5d14915496dc0fd8becb57eb052c396e8 authored almost 11 years ago
fix line too long (coding style test)

3cd989d7a1cfcd055a5c07b8e8d31c09dd3e0560 authored almost 11 years ago
add SSL support

4c827b4c48bb1162d8c5da4629d564b63557047e authored almost 11 years ago
Fix for pep8

1b224493ea7729a2755a31a2c8ac8e77effb6976 authored almost 11 years ago
Merge branch 'master' into pubsub

Conflicts:
redis/connection.py

81c2402b1438517e53d2d85abf3b5bc326f9bb82 authored almost 11 years ago
Adjust to changed TTL, PTTL semantics

Redis >= 2.8 might return -2, this ensures that redis-py just returns
None.

f6ddbbc0eda3c8de3e60448ba5ea75441ee8a4de authored almost 11 years ago
changelog

a5dbfc1e3ff246dfd3188223e3e11c59da6f3e2d authored almost 11 years ago
make sure hiredis parser raises connection errors

da842ef917afadb169fb3f19d36b5d83c5c4a831 authored almost 11 years ago
Add scan_iter/sscan_iter/hscan_iter and zscan_iter

e4c8c0ba50d28fb5903ebe2ada4394ea86f8a96a authored almost 11 years ago
restore a feature that was inadvertently removed

* fixed parsing URLs without a scheme, e.g. "//localhost:6379"

6d3473de519ef5d4ebbfd788fce6785905c27c37 authored almost 11 years ago
pep8 fixes

f490061c37c3684eac708ffc248aa28e9b36dc7d authored almost 11 years ago
add from_url() classmethod to ConnectionPool and BlockingConnectionPool, add ability to parse UNIX domain socket URLs

* add redis.connection.parse_url()
* moved code from StrictRedis.from_url() to here
* add abi...

430cb24671934f92deebf095516dcc0b3636631f authored almost 11 years ago
When line is not splittable, add to a __raw__ key

ab9352adc28cc3aff02a2269ebe3472cee3aea0a authored almost 11 years ago
Fixed typo in client.py

a801ea03186e86eea5b45effba214d0b066759b6 authored almost 11 years ago
Merge branch 'master' of github.com:andymccurdy/redis-py

f4f89e9516a2922c4ef2d7448c6ef30d8133fc84 authored almost 11 years ago
with tox/travis, tests don't need to know about the environment

163e9b7fb9d0b99ff63b02a7f36433fac82d9e5e authored almost 11 years ago
Merge pull request #429 from p/argument-spelling

Fix argument spelling

3830e377060f3c93ad26218d600adcecf4129cbf authored almost 11 years ago
Fix argument spelling

a83ae21fc1256bc6121a302c5ada1797b73728d4 authored almost 11 years ago
pep8, version bump to 2.9.1

91a0b8b13b46bd8ea99b61823860ce9c8c3b67f6 authored about 11 years ago
Added timeout.

c820bd38e4ae0a910fa93f18be39983b3a4231c4 authored about 11 years ago
Add IPv6 support to 2.6+.

25833b1796ec2b0c4319c70f114c060c8e2e33e1 authored about 11 years ago
Merge pull request #414 from shearic/fix_badconnection

this issue fixes #413

97d09968346c010f8fac34e4ed99daa962fd5393 authored about 11 years ago
remove pytest's cache directory and *.pyc files from distribution

d12419e5036616aec7078f82492fa8c69442a475 authored about 11 years ago
version bump to 2.9.0

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

89504b9a9890964b0cc2a14125fde314a6616e37 authored about 11 years ago
ConnectionPools in forked and multi-threaded environments play nicer.

Thanks Christian Joergensen. Fixes #412

3512c04aa0a77a336186f9865b3b102dbb6d5185 authored about 11 years ago
this issue fixes #413

connections that have gotten a mismatch number of responses to requests in a pipeline should be ...

0baab568c2526520f28c08433c59d1604e4719e5 authored about 11 years ago
Merge pull request #409 from paulovn/master

Circular reference in SentinelConnectionPool changed to weak reference, to enable garbage collec...

e091c88bb81c5bdeb2da0ff36bb53763c8559984 authored about 11 years ago
Add extra info to exceptions raised in pipelines. Fixes #407

ResponseErrors generated by commands executed in a pipeline now includes the
command position in...

81a4a31779af0a608dcd04bfc3d33995aaa87272 authored about 11 years ago
some *SCAN cleanup

27d7f152fcab84bbe71c57892644260f0b0c7219 authored about 11 years ago
Merge branch 'master' into pr/404

ff3c816394638c676396d14ae770e4f46c018156 authored about 11 years ago
self reference in SentinelConnectionPool changed to weak reference

circular reference changed to weak reference to enable garbage collection

e19a91b7895da480419faa6f9e2ad0428eff136c authored about 11 years ago
Merge branch 'pr/403'

71c64c2cfde56068f2e990bd0eca6f512c5df95f authored about 11 years ago
fix pep8 incompability

e64c290d2fddb1becc3c6c9b781160bad25a6605 authored about 11 years ago
add 2.8.0 new methods: scan/sscan/hscan/zscan

2047c61ce88842df511def65893c769ffa9b719c authored about 11 years ago
Merge pull request #373 from sirnicolaz/sugar

Add utility for pipelining within 'with' statement.

b2101d3fdfc6a7e555a0d6e27efe812e4ccf9c41 authored about 11 years ago
proper casing of "Lua" in comments

271da6e8851d96f79ff2efb2313ba54672a78d50 authored about 11 years ago
Merge pull request #384 from dystedium/fixlock

Lock.release(): reorder code so assignment to self.acquired_until is protected by the lock.

08d1a55ae8c850b2dd759f62ad578b8538d77fa8 authored about 11 years ago
Merge branch 'pr/391'

d569b46a3026b9c5d44868cc744ceb86f2b78a73 authored about 11 years ago
double quotes rather than singles

5be75fc3ffdf95677ecfc13f7c937a6dd3613ed9 authored about 11 years ago
changelog

a75d33b012e172b03e94bfeaba89243675ddea4a authored about 11 years ago
Merge branch 'pr/399'

f946f468bc516eccbebeebe805d8c9b602d97e9f authored about 11 years ago
travis-ci no longer supports python 2.5

c93acfdc0496761f2b68598e3cc80bf3ef464b10 authored about 11 years ago
Merge branch 'pr/394'

e5a830fdcfb6be08cf28bf9c6170bca02a1fe714 authored about 11 years ago
stylistic

b0f2c722a2ee2147cd5d2365c1882f6de653f76b authored about 11 years ago
make sure travis starts redis-server

2b9e1c889d971fa1644fb7f7ba68135b6b86e479 authored about 11 years ago
Merge pull request #401 from limsangjin12/master

Fix a typo on sunion

2062743be16d601b1ab73eb20ab410e01308fda8 authored about 11 years ago
Fixes `Redis.__delitem__` & `Redis.__setitem__`.

d440ba7bcc533edfb33966d522caf4d6fb383d5d authored about 11 years ago
Fix a typo on sunion

507bc17a29f1d502c093a1ddea96d53246677b28 authored about 11 years ago
Move import statement on top for PEP8 compliancy.

89454b1e83e01a4d523b776f74429a81467762da authored about 11 years ago
Making fix PEP8 compliant

c2167c8e1260244f3c501e2354a79611582af0f4 authored about 11 years ago
Move repr to Connection and UnixDomainConnection. Add repr support to Redis, ConnectionPool, and BlockingConnectionPool

64827106e5233e54ee43c2b1e475c9270534f197 authored about 11 years ago
Add support for showing db connection info via repr

3604b5a55bd7923788a1a3ff46afac5e60d78b46 authored about 11 years ago
Merge pull request #396 from reclosedev/sentinel-pool

Override _checkpid() in SentinelConnectionPool (#395)

976e72be529fdf741b75a71746f34c6530fc8ae9 authored about 11 years ago
Override _checkpid() in SentinelConnectionPool

94510e44522d42896e22bb528fc73468b1fde09a authored about 11 years ago
Fixed indentation to 4 spaces

429425bccd8dbb772af9522210d38616d691d45a authored about 11 years ago