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
20639c334fa9180c046f1e8726057e9ee00e67de authored about 6 years ago
Fixes #559
69eb38ffd3f991b2a01ec2a604492d4c6b190a80 authored about 6 years ago32a1a3f7ede2ee819d411c7ee011e818539e42e5 authored about 6 years ago
add 'decrby' method
0bd66a9eb6ecdb96183f78d39a5173e931edb17c authored about 6 years agoInterruptedError does not exist in Python < 3.3.
35640aa31a70fe9eaf07512c69a601533fed130f authored about 6 years agod70319312460d2016153a75fcc20c7623cc612e2 authored about 6 years ago
Fixes a KeyError in empty `options` dict at sort's return
a32a01cf7b76ae0c8f711b639df6719d58393970 authored about 6 years agoFixes #939
04af0d6456195c15b9a881c5fa9aed95bf51a8ca authored about 6 years agoFixes #951
0ef90870872b7a284af8d5238c939802d1e08fca authored about 6 years agob97fc767bee9e108b0b8a856e64649d08074e320 authored about 6 years ago
Lock.locked() returns a boolean indicating if the lock is acquired and valid.
Thanks Alan Justin...
Enforce ssl_cert_reqs='required' by default
2e6f05761ef10a19a18cc91ca05253538dcd8445 authored about 6 years agoImprove performence of transactions / pipeline requests which involve large chunks of data.
3ff116890898030ecba79b5e4452576a112e04de authored about 6 years ago
Fixes #1053
Fixes #635
Fixes #766
Fixes #649
Fixes #954
Fixes #638
Fixes #721
Fixes #955
d8b715734519982d18cdbdbb86339cd76d4ef7f9 authored about 6 years ago
fad791c894c5d52921b4e449e1ba05133de5b2ec authored about 6 years ago
Fixes #621
Fixes #927
Everyone is using Redis 2.6 or greater, right? The Lua lock implementation
is so much nicer and ...
fixes #965
4e7f988088255a1599e8cc5174ff952898b73c7e authored about 6 years ago22fa36e8709df183bc2c6d70d4a32af477359074 authored about 6 years ago
on python2.7, repr() on a long produces '123L', which is clearly not what
we want
This should be backwards compatible since DataError is a subclass of
RedisError.
All input sent to Redis is coerced into bytes. This includes key names and
values. Prior to this...
Adding a NOSAVE option to the SHUTDOWN command
e9f5826a474b9371b3b6c25a297b7e4ef40f8eb1 authored about 6 years ago477bb180b47666c5175f4a609d203eb276246d86 authored about 6 years ago
74d791d4b44a09ba06a16fb376b1cd08e79e39ec authored about 6 years ago
fixes #571
a750c7946d41862a38955c35b6928f098911c406 authored about 6 years ago
redis-py maintained backwards compatibility by keeping the old "Redis"
class around for quite so...
Previously MSET, MSETNX and ZADD accepted multiple ways to specify the
mapping of keys to values...
add migrate command
69effc2464fada8a51658f97d8a251b2e736e34d authored about 6 years agoCLIENT PAUSE and type argument in client_list
f2edf59dc5b130a141877c32c0d3236c9f14f77b authored about 6 years agoAllow pings in PubSub
e69ecbb16a207616e4b7cf5ebdd3075d4eb43e61 authored about 6 years agoc91b33954ff2919a20fe00c9cfc6c10c2b0ab453 authored about 6 years ago
I know @RoeyPrat has a lot on his plate atm so taking some liberty here.
0adcc538ab15d69a839d8240d94461da3c53ece7 authored about 6 years agoAdds the memory_usage and memory_purge commands
3e3c96ffdbf44d6daba841b8b77f6dba4ec02e8a authored about 6 years ago954bc4f28ed2109c40daf93654c210b44f8cf07b authored about 6 years ago
d9f2c837920e644d65fbdb7239955e4c9902515b authored about 6 years ago
Removes `sudo` from README
27df0332608f5fa02406890ecfc0a99126ef4805 authored about 6 years ago5c2cf460e0fefa0e6914adffcc60552d59242600 authored about 6 years ago
ef068dbb74869c87d55eb814da0061488b45c148 authored about 6 years ago
aafdc7e4faffab807bcb6a53e1d38d61624006a0 authored about 6 years ago
Signed-off-by: Itamar Haber <[email protected]>
b7d718054cbec4e4609312c96d25d08049685dfd authored about 6 years agoAdds `sync` flag to flushdb and flushall
e9d48c9b93b489519608b8a2c4a988d431022617 authored about 6 years agoSigned-off-by: Itamar Haber <[email protected]>
345519d5999dee6cfa028fe8b7b707757dcd23fd authored about 6 years agoUses sync as async is a keyword. Defaults to Redis pre v4 behavior.
Signed-off-by: Itamar Haber...
653d4b4bd5296f852cb7772b5d6bddb542184f43 authored about 6 years agoBitfields
ec7a61b35f4816e42897b90dedb17dd1ec43e378 authored about 6 years agoacd632c51e8fabd6b47605e0d9b1506d4eb5c694 authored about 6 years ago
- bitfields now accept a `default_overflow` argument that sets the
default overflow behavior f...
66ab23ddd70115ffb29012f60a84b5235edcaab2 authored about 6 years ago
5e033f3e716120be992dd26d61b1f7f904331cac authored about 6 years ago
b95319584da99ac4ffd02b04257d14a3da5b3713 authored about 6 years ago
7b39a14f94f032d9fd71128e9f54d7adf18e5711 authored about 6 years ago
3e7a1e1f1618b7807d6725ae7537b14e0aff7b7f authored about 6 years ago
74d49ba705f3dd3bc374d8868c0e889674edce13 authored about 6 years ago
e32679b4e5cbef71b65b04234e7167094fead35d authored about 6 years ago
Add support for UNLINK command
f94147ed2d98560bf04815895215a92c892889f7 authored about 6 years agochunks of data.
5c07e3d68036b6fe32687805f1ff83fb3a25128c authored about 6 years agoAdds v5 new client subcommands
d7827d82458944a296166a1e04719920eede1473 authored about 6 years ago320afd36c0fd844a63cbff1a3ed3f38085493783 authored about 6 years ago
c34e8e860fd6b99485cb36190a0e225e5a832bff authored about 6 years ago
Fail gracefully with a default return value when 0 keys are are provided to a command expecting ...
5f61ad9135b649225d4a944211e96e297d56f585 authored about 6 years agof1169b5fbae225032cdca69ed801f880e3ab83df authored about 6 years ago
Remove reason arg from client_unblock. Use boolean 'error' arg instead.
xref: https://github....
9a5d994e250ac8e50bbd11bf2b7504478402f727 authored over 6 years agoe31f8fbfb673f6b35406992ff3cbb36fd4a50d63 authored over 6 years ago
bf15bd6bb6de06d2da8727308bd9d91ff584b514 authored over 6 years ago
allow commands that expect 1 or more keys to fail gracefully when 0 keys are provided
f0f0192356ab45479101b6b9098cda10d58f24ff authored over 6 years agoAdds SWAPDB
53a9f6b048de885bb672abaa4a4a019e1849cc13 authored over 6 years agoNo tests were added - consistent with basic operations such as FLUSHDB
Signed-off-by: Itamar Ha...
e0032fc62634926ff17127e73327b03162f1d2f8 authored over 6 years ago9019e0493a68fc210121fe47740f6cfe76f9c9c3 authored over 6 years ago
a64c2cbf10ce895f34a961e4d25667294c3e97c3 authored over 6 years ago
All Python versions can handled ordered placeholders.
cd5dee3c3638f2341cb97322227b78ea39db1a65 authored over 6 years ago
Now that redis-py has removed support for EOL Pythons, can once again
run tests using the latest...
Helps pip decide what version of the library to install.
https://packaging.python.org/tutorials...
ba79979a46c63355b81b24e769200e5b65507b84 authored over 6 years ago
Python 3.3 is EOL. It is no longer receiving bug fixes, including for
security issues. It has be...
Remove workaround for handling unicode with older Pythons.
5089cc275e6077a070017587001c22e490995d47 authored over 6 years agoAvailable on all supported Python versions.
7a0e4c7f99463c79b456a48837b5687072e1485d authored over 6 years ago
Python 2.6 is EOL. It is no longer receiving bug fixes, including for
security issues. It has be...
ac5611c0549942f16e4261ca9895e67832bd7285 authored over 6 years ago
8726ceb1a927931e3163c0f9465caab6aea87f47 authored over 6 years ago
d05afabcc038764d4edfe5040c4ce783da691724 authored over 6 years ago
All supported Python versions support the with statement.
882f74a7b257e4eeee4afba2c1ddeb0173cb3cdd authored over 6 years ago3f1e817f24b4b51c1d1f17a7c1ef5a3bc5746751 authored over 6 years ago
Documents rediss:// support in StrictRedis.from_url
350362405112d6047ade4c3cc81931a2b4e33e36 authored over 6 years ago5f2333e0f2ea91e15a925fff1a772d95ca87411d authored over 6 years ago
Fix parsing max_connections URL query string parameter
a0482156f4166cb7e44d14b57bdd18026acd3f15 authored over 6 years agofix description for srandmember bugfix
b67456a8687bed78093e68e4d1814850d167fbd5 authored over 6 years agoFix parsing for INFO keys that include ':'
4bb0607995ff227ffec3ef460ed2a9b154bfe9c0 authored over 6 years agohandle the case where geodist return -1
cae1484ed1eb0e5b53c0c21ce7c7d3d96b0fb54f authored over 6 years agoRemove duplicate import of errno
9ecad8437ef39b75ce42bacab880cb6eb8571655 authored over 6 years ago92c9c5f198d1839d97c648208136600015a3dbb7 authored over 6 years ago
ff3bbdf903f10fe48bc36b43e4b682e89ad86295 authored over 6 years ago
f0858228ae0dfd040ed2f701a6db35945f614f0a authored over 6 years ago
Sync tox.ini configuration with supported Python versions
d14f929ef024d62148b317f5e4197349d548e6a2 authored over 6 years agoPrefer https:// for URLs when available
f2c48839a93964479794d642fba0493504ae17c9 authored over 6 years agoRemove reference to deprecated easy_install
3c954e55273de8203966d888921e139918da66bb authored over 6 years ago
Per Travis CI configuration and trove classifiers, Python 3.2 is not
supported. Remove it from t...
d8b1fa623e6aac09b5b10d793de9d13562d5570d authored over 6 years ago
easy_install is deprecated and its use is discouraged by PyPA:
https://setuptools.readthedocs.i...
c8a7445186059ac24e7ba5d3343d69b3a8527f5b authored over 6 years agoDrop easy_install mentions
e4b3ddd630944fd20ed54e06355165fff2dda0a0 authored over 6 years ago