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
24e9f1147b168ac139ece8d20b5be82583e87731 authored over 10 years ago
The old docstring was incorrect. See http://redis.io/commands/GETSET for
more information.
b54dee073199fff510fa068487505bf1de75310a authored almost 11 years ago
1469f5f870c5dc7e993254d92777dcdfec588cdb authored almost 11 years ago
42584727576429ec4e9fb0f8a407000cd95c5346 authored almost 11 years ago
55107b121cd1eaa239a84979e44e28c14c0caee4 authored almost 11 years ago
ca9f228da156df41d8c833a01da8551848629ee4 authored almost 11 years ago
f96e46b971a5bb66ab5f94ba87ab3e092e5f01ac authored almost 11 years ago
8a49069d0259ac79e9122e4cf7c1579deac23905 authored almost 11 years ago
05508e61f3c5d59bc8ae9b17ae778d52a93c3c9e authored almost 11 years ago
38135072b09eaad3e1569756b5deaf5ba4b5631c authored almost 11 years ago
f49debc2cedb6fad04f81e79555e8b0ab467ab0f authored almost 11 years ago
a89915fdf32381568b94b277224ded8fa25ee784 authored almost 11 years ago
be75147581afe01796e8e2add6925a3e8488cfbb authored almost 11 years ago
20501159c00c516586784531a40c7f3610fd7164 authored almost 11 years ago
743e4750e13e4ac8cc15271433f100e8d0484623 authored almost 11 years ago
4db287e2fad01133e6474fee8bd6bc9c78bab29b authored almost 11 years ago
0340f1b6609b3222dfc15750f83279899fc0616d authored almost 11 years ago
Conflicts:
redis/client.py
tests/test_commands.py
8cd9f2311340e5eea01c5956bb1c4d4079a0b9d8 authored almost 11 years ago
82a76b8621d9d0d722cac2deaf50bbee78b53e51 authored almost 11 years ago
1b07190f6eab2e0e9f750310ea73d3177e76640a authored almost 11 years ago
Adjust to changed TTL, PTTL semantics
3d766b30e63a3ea780c54009d424334cff293c63 authored almost 11 years ago11efdb2607fdd2e85304e57bb3ac22dfd02f7f2b authored almost 11 years ago
9faea7963635db793d3b0166bcfd0b904605ddd1 authored almost 11 years ago
Implement HyperLogLog commands
5bb0b2feb1830400a770b9cbfd740adcb284a98a authored almost 11 years ago2b512175749d4b1f8b57254928b693e040a4fccb authored almost 11 years ago
9eebec412c86a66d97364d0bdae484e40878324f authored almost 11 years ago
02485d4af3cc026a7aa371f6af62b1cf9bc93d4e authored almost 11 years ago
5633e5506fdd218ba25cf589ffc3609bbdd0d98a authored almost 11 years ago
5c4f4967858227d517a82e77088147bb54c08dba authored almost 11 years ago
c0ca9ad28382a7970c6f09fd7f7111110d95e779 authored almost 11 years ago
56441c2f457b6481b7b87ec56c91f14af68f0c09 authored almost 11 years ago
30a5af9e96d913e348acec591f78bd41ef5a9574 authored almost 11 years ago
b79e56ae40a8a806a558cae33f3d357460bd27ce authored almost 11 years ago
9e5b10c6d0753bb536dff362aa23f27b156d3562 authored almost 11 years ago
54e5b062e2eddd674c9a462f763a7854965832d2 authored almost 11 years ago
8b7cd8dd781c651877a14e9505f20e5553572f59 authored almost 11 years ago
6ae2cbbf6d117e4002ec686e1efdf66c58c410f1 authored almost 11 years ago
310c7c2b18a8352ddf6af20eeb794c5d55098b73 authored almost 11 years ago
018e1324699832d6c3ed819a26968d318929464c authored almost 11 years ago
169cc0241a4f8824f35add9a872c067b70b1e95c authored almost 11 years ago
8a2f3698576b8a67a8b3629173517c56d744e150 authored almost 11 years ago
still need more pubsub tests but all this stuff *seems* to be working now
97c50ccebf1498212c8f8e1fa9b87c3b10c48666 authored almost 11 years agoE127 continuation line over-indented for visual indent
6f760cc5d14915496dc0fd8becb57eb052c396e8 authored almost 11 years ago3cd989d7a1cfcd055a5c07b8e8d31c09dd3e0560 authored almost 11 years ago
4c827b4c48bb1162d8c5da4629d564b63557047e authored almost 11 years ago
1b224493ea7729a2755a31a2c8ac8e77effb6976 authored almost 11 years ago
Conflicts:
redis/connection.py
Redis >= 2.8 might return -2, this ensures that redis-py just returns
None.
a5dbfc1e3ff246dfd3188223e3e11c59da6f3e2d authored almost 11 years ago
da842ef917afadb169fb3f19d36b5d83c5c4a831 authored almost 11 years ago
e4c8c0ba50d28fb5903ebe2ada4394ea86f8a96a authored almost 11 years ago
* fixed parsing URLs without a scheme, e.g. "//localhost:6379"
6d3473de519ef5d4ebbfd788fce6785905c27c37 authored almost 11 years agof490061c37c3684eac708ffc248aa28e9b36dc7d authored almost 11 years ago
* add redis.connection.parse_url()
* moved code from StrictRedis.from_url() to here
* add abi...
ab9352adc28cc3aff02a2269ebe3472cee3aea0a authored almost 11 years ago
a801ea03186e86eea5b45effba214d0b066759b6 authored almost 11 years ago
f4f89e9516a2922c4ef2d7448c6ef30d8133fc84 authored almost 11 years ago
163e9b7fb9d0b99ff63b02a7f36433fac82d9e5e authored almost 11 years ago
Fix argument spelling
3830e377060f3c93ad26218d600adcecf4129cbf authored almost 11 years agoa83ae21fc1256bc6121a302c5ada1797b73728d4 authored almost 11 years ago
91a0b8b13b46bd8ea99b61823860ce9c8c3b67f6 authored about 11 years ago
c820bd38e4ae0a910fa93f18be39983b3a4231c4 authored about 11 years ago
25833b1796ec2b0c4319c70f114c060c8e2e33e1 authored about 11 years ago
this issue fixes #413
97d09968346c010f8fac34e4ed99daa962fd5393 authored about 11 years agod12419e5036616aec7078f82492fa8c69442a475 authored about 11 years ago
fcee399b956b423c6f7b37b9eda54676c35854db authored about 11 years ago
89504b9a9890964b0cc2a14125fde314a6616e37 authored about 11 years ago
Thanks Christian Joergensen. Fixes #412
3512c04aa0a77a336186f9865b3b102dbb6d5185 authored about 11 years agoconnections that have gotten a mismatch number of responses to requests in a pipeline should be ...
0baab568c2526520f28c08433c59d1604e4719e5 authored about 11 years agoCircular reference in SentinelConnectionPool changed to weak reference, to enable garbage collec...
e091c88bb81c5bdeb2da0ff36bb53763c8559984 authored about 11 years ago
ResponseErrors generated by commands executed in a pipeline now includes the
command position in...
27d7f152fcab84bbe71c57892644260f0b0c7219 authored about 11 years ago
ff3c816394638c676396d14ae770e4f46c018156 authored about 11 years ago
circular reference changed to weak reference to enable garbage collection
e19a91b7895da480419faa6f9e2ad0428eff136c authored about 11 years ago71c64c2cfde56068f2e990bd0eca6f512c5df95f authored about 11 years ago
e64c290d2fddb1becc3c6c9b781160bad25a6605 authored about 11 years ago
2047c61ce88842df511def65893c769ffa9b719c authored about 11 years ago
Add utility for pipelining within 'with' statement.
b2101d3fdfc6a7e555a0d6e27efe812e4ccf9c41 authored about 11 years ago271da6e8851d96f79ff2efb2313ba54672a78d50 authored about 11 years ago
Lock.release(): reorder code so assignment to self.acquired_until is protected by the lock.
08d1a55ae8c850b2dd759f62ad578b8538d77fa8 authored about 11 years agod569b46a3026b9c5d44868cc744ceb86f2b78a73 authored about 11 years ago
5be75fc3ffdf95677ecfc13f7c937a6dd3613ed9 authored about 11 years ago
a75d33b012e172b03e94bfeaba89243675ddea4a authored about 11 years ago
f946f468bc516eccbebeebe805d8c9b602d97e9f authored about 11 years ago
c93acfdc0496761f2b68598e3cc80bf3ef464b10 authored about 11 years ago
e5a830fdcfb6be08cf28bf9c6170bca02a1fe714 authored about 11 years ago
b0f2c722a2ee2147cd5d2365c1882f6de653f76b authored about 11 years ago
2b9e1c889d971fa1644fb7f7ba68135b6b86e479 authored about 11 years ago
Fix a typo on sunion
2062743be16d601b1ab73eb20ab410e01308fda8 authored about 11 years agod440ba7bcc533edfb33966d522caf4d6fb383d5d authored about 11 years ago
507bc17a29f1d502c093a1ddea96d53246677b28 authored about 11 years ago
89454b1e83e01a4d523b776f74429a81467762da authored about 11 years ago
c2167c8e1260244f3c501e2354a79611582af0f4 authored about 11 years ago
64827106e5233e54ee43c2b1e475c9270534f197 authored about 11 years ago
3604b5a55bd7923788a1a3ff46afac5e60d78b46 authored about 11 years ago
Override _checkpid() in SentinelConnectionPool (#395)
976e72be529fdf741b75a71746f34c6530fc8ae9 authored about 11 years ago94510e44522d42896e22bb528fc73468b1fde09a authored about 11 years ago
429425bccd8dbb772af9522210d38616d691d45a authored about 11 years ago