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
delete() can now take multiple args as keys to be deleted
0fb0324192367cdba0a4dde84e16c9822943f291 authored about 15 years ago by Adam Charnock <[email protected]>
0fb0324192367cdba0a4dde84e16c9822943f291 authored about 15 years ago by Adam Charnock <[email protected]>
fixed a test problem with the latest changes to ltrim
0600ac5a5526fc136c5dce61d4a73503b407e99a authored about 15 years ago by andy <[email protected]>
0600ac5a5526fc136c5dce61d4a73503b407e99a authored about 15 years ago by andy <[email protected]>
Tail argument to push reintroduced but deprecated, this to preserve backward compatibility.
e0167d7b75f9e45860fe821822187cca7f5a18b6 authored about 15 years ago by Ask Solem <[email protected]>
e0167d7b75f9e45860fe821822187cca7f5a18b6 authored about 15 years ago by Ask Solem <[email protected]>
added Python 2.4 support, thanks David Moss
55cba41c1a346546f97c482b516551b9b102cf0a authored about 15 years ago by andy <[email protected]>
55cba41c1a346546f97c482b516551b9b102cf0a authored about 15 years ago by andy <[email protected]>
Merge remote branch 'drkjam/master'
6a9e2d0e1b6273eacfc5f7e71374ef3dcf9d0e7e authored about 15 years ago by andy <[email protected]>
6a9e2d0e1b6273eacfc5f7e71374ef3dcf9d0e7e authored about 15 years ago by andy <[email protected]>
Added support for ZINCRBY via the `zincr` command. Passing negative values does a proper decrement.
Swapped the `score` and `member` parameters to `zadd` to be more consistent with the other API fu...
962ad6e03d018e460d688635790bd00fdf75497e authored about 15 years ago by andy <[email protected]>
Implemented the SHUTDOWN command via the Redis.shutdown() method.
5eab8fbdfe74b0f5858a78599b11d293f3c81e54 authored about 15 years ago by drkjam <[email protected]>
5eab8fbdfe74b0f5858a78599b11d293f3c81e54 authored about 15 years ago by drkjam <[email protected]>
Made changes to allow code to work under Python 2.4.x.
2c9e455efa2221d827770bd584e44e4179c2348a authored about 15 years ago by drkjam <[email protected]>
2c9e455efa2221d827770bd584e44e4179c2348a authored about 15 years ago by drkjam <[email protected]>
added credit to Aaron
9c0a17f6a444c4d8e346677c5cc98ad6275c2247 authored about 15 years ago by andy <[email protected]>
9c0a17f6a444c4d8e346677c5cc98ad6275c2247 authored about 15 years ago by andy <[email protected]>
merge cleanup
fd8c8e4eceb95367ffe2eb40280778be5b5f5462 authored about 15 years ago by andy <[email protected]>
fd8c8e4eceb95367ffe2eb40280778be5b5f5462 authored about 15 years ago by andy <[email protected]>
adding threadlocal connection pooling to client
58ca59d4e79e816908aef510a746a57d4b75e133 authored about 15 years ago by Aaron Raddon <[email protected]>
58ca59d4e79e816908aef510a746a57d4b75e133 authored about 15 years ago by Aaron Raddon <[email protected]>
adding support for setuptools to allow setup.py develop
6b07ac93023eda94c8dee50a5d644cbb561e2c51 authored about 15 years ago by Aaron Raddon <[email protected]>
6b07ac93023eda94c8dee50a5d644cbb561e2c51 authored about 15 years ago by Aaron Raddon <[email protected]>
fixes #1 by checking for None rather than boolean on sort params since 0 is valid.
d09367d4d99d7a87ae636ac0e32f5520d4741b86 authored about 15 years ago by andy <[email protected]>
d09367d4d99d7a87ae636ac0e32f5520d4741b86 authored about 15 years ago by andy <[email protected]>
changing the homepage url
d4af8b6f45db74e06a012ef8a0b3ebd01c1d31f9 authored about 15 years ago by andy <[email protected]>
d4af8b6f45db74e06a012ef8a0b3ebd01c1d31f9 authored about 15 years ago by andy <[email protected]>
added support for setuptools, finally. props to Paul Hubbard for authoring setup.py.
bfe1ca5365a7e3b1fddc8e4a9c7ba3f6cf0d8278 authored about 15 years ago by andy <[email protected]>
bfe1ca5365a7e3b1fddc8e4a9c7ba3f6cf0d8278 authored about 15 years ago by andy <[email protected]>
history update
c62d70ed65df2363c8a6c6626fe0faf48651811f authored about 15 years ago by andy <[email protected]>
c62d70ed65df2363c8a6c6626fe0faf48651811f authored about 15 years ago by andy <[email protected]>
implement __getitem__, __setitem__, __delitem__
add float_fn so we can get back float instead of decimals.
some pythonic changes.
make doctests p...
implemented the new RPOPLPUSH command as poppush(src, dst)
changed push() to take an optional "head" paramater, defaulting to False. This paramater was pre...
cedebf3704d4f930382ca4c508767489627b2b50 authored about 15 years ago by andy <[email protected]>
changelog
316a46d5eaac61a1fae0003fe8110435f66ac24a authored about 15 years ago by andy <[email protected]>
316a46d5eaac61a1fae0003fe8110435f66ac24a authored about 15 years ago by andy <[email protected]>
- improved connection error handling w/ retry support in case of timeout
- added missing commands for redis 1.1 (SPOP, SCARD, SRANDMEMBER, SDIFF, SDIFFSTORE, and all ZSET...
5813d22e0e84c41cc572ada4c014d591ee3f188b authored about 15 years ago by andy <[email protected]>