index
:
delta/python-packages/redis-py.git
2.4
3.0
4.0
4.1
4.3
4.3.7
4.3.original
4.4
4.5
5.0
AddJsonCommands
AsyncCommandsTests
Pipeline
ROLE
SupportJSON.MSET
acl
acl-log
bitfield
case-insensitive-callbacks
ck-4.0.0
ck-4.1.0rc1
ck-asyncio
ck-binary-responses
ck-breaking-icon
ck-bump-rc1
ck-changes
ck-ciparallels
ck-client-killuser
ck-customjson-decodertest
ck-distuils-deprecation
ck-docgen-startkit
ck-docminors
ck-fixjson
ck-fixpypy-release
ck-helpers
ck-installpkg
ck-json-multipath
ck-jsonalign
ck-jsonts-pipelines
ck-linkdocs
ck-parseprep
ck-patch-changes
ck-plats
ck-publish-from-release
ck-releasedrafter
ck-sentinel-commands
ck-service
ck-smismember
ck-ssl-cert-passwords
ck-syncreqs
ck-template
ck-unstable-cluster
ck-updating-changes
ck440
cluster-fixes
connection-example
dont-short-circuit-execute-when-watching
emb-examples
error_defaults
healty_connections
jdufresne-pypy
lock-owned
logging
master
migrate
monitor
nonblocking
noreadmesudo
optional-encoding
ping-health-checks
pr/1040
pubsub
pypytest
pytest
rafi-connargs1
redis-version-dockers
remove_token
roey-changelog_ssl
roey-stale_issues
roey-vamc19_modules
roey/6_0_8
roey/github-actions
roey/redis_6_0_7
roey/slowlog_get_fields
sentinel-1345
sentinel_pool_fix
smismemberReturnedValue
ssl-py27-fix
threadsafe-pools
v3-breaking-changes
watch
github.com: andymccurdy/redis-py.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
redis
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added an execute wrapper and tests.
Chayim I. Kirshen
2021-08-23
3
-5
/
+28
*
Merged new sentinel commands from #835
Chayim I. Kirshen
2021-08-23
1
-0
/
+49
*
Add retry mechanism with backoff (#1494)
nbraun-amazon
2021-08-18
4
-86
/
+291
*
Migrating commands to a mixin (#1534)
Chayim
2021-08-18
3
-2846
/
+3007
*
Zunion (#1522)
Avital Fine
2021-08-15
1
-1
/
+11
*
Adding support for CLIENT LIST with ID (#1505)
Chayim
2021-08-15
1
-6
/
+9
*
MINID and LIMIT support for xtrim (#1508)
Chayim
2021-08-15
1
-3
/
+21
*
implementing the LMOVE and BLMOVE commands (#1504)
Chayim
2021-08-15
1
-2
/
+19
*
Added GET argument to SET command (#1412)
Jiekun
2021-08-08
1
-3
/
+29
*
Fix some typos. (#1496)
Binbin
2021-08-08
2
-8
/
+8
*
xautoclaim (#1529)
Avital Fine
2021-08-05
1
-0
/
+47
*
add idle to xpending (#1523)
Avital Fine
2021-08-05
1
-14
/
+28
*
Add a count parameter to lpop/rpop for redis >= 6.2.0 (#1487)
Gal Ben David
2021-08-05
1
-6
/
+24
*
exclusive gt and lt in zadd (#1533)
Chayim
2021-08-03
1
-1
/
+12
*
zinter (#1520)
Avital Fine
2021-08-01
1
-10
/
+36
*
Word was repeated in documentation (#1532)
Jonathan Herlin
2021-07-30
1
-1
/
+1
*
ensuring we adhere to exlusive options for getex (#1531)
Chayim
2021-07-29
1
-0
/
+5
*
zdiff and zdiffstore (#1518)
Avital Fine
2021-07-29
1
-2
/
+20
*
Zrangestore (#1521)
Avital Fine
2021-07-29
1
-0
/
+9
*
LT and GT support for ZADD (#1509)
Chayim
2021-07-29
1
-1
/
+9
*
zrandmember (#1519)
Avital Fine
2021-07-25
1
-0
/
+22
*
getdel (#1514)
Avital Fine
2021-07-25
1
-0
/
+9
*
Implements CLIENT KILL laddr filter (#1506)
Chayim
2021-07-25
1
-1
/
+5
*
support for client unpause (#1512)
Chayim
2021-07-25
1
-0
/
+6
*
NOMKSTREAM support for XADD (#1507)
Chayim
2021-07-25
1
-2
/
+5
*
hrandfield (#1513)
Avital Fine
2021-07-22
1
-0
/
+20
*
client_list (#1517)
Avital Fine
2021-07-22
1
-2
/
+10
*
getex (#1515)
Avital Fine
2021-07-22
1
-0
/
+51
*
Add support for COPY command new in Redis 6.2 (#1492)
malinaa96
2021-07-20
1
-1
/
+19
*
Return index 4 as the command if not a list
Ian Bucad
2021-05-18
1
-1
/
+6
*
Remove blocking behaviour from context manager __enter__
alxasfuck
2021-05-12
1
-3
/
+1
*
Add support for the ABSTTL option of the RESTORE command. (#1423)
Simon Charette
2020-11-22
1
-1
/
+10
*
Add optional exception handler to PubSubWorkerThread (#1395)
Abhimanyu Deora
2020-10-26
1
-5
/
+18
*
🕰️ Use monotonic clock in Lock (and tests)
Jack Edge
2020-10-12
1
-2
/
+2
*
Fixing #1390 modules key in info command (#1393)
2014bduck
2020-09-03
1
-1
/
+7
*
Added the ACL LOG command available in Redis 6
Andy McCurdy
2020-08-19
1
-0
/
+61
*
fix: Align from_url in utils.py to remove DB as a 2nd param
Tom King
2020-08-17
1
-2
/
+2
*
All values within Redis URLs are url-unquoted via default.
Andy McCurdy
2020-08-15
2
-123
/
+105
*
Remove support for end-of-life Python 2.7 (#1318)
Jon Dufresne
2020-08-06
6
-514
/
+268
*
Fix some documentation formatting
Jon Banafato
2020-07-26
2
-29
/
+32
*
LPOS: add new command (#1354)
Paul Spooren
2020-07-22
1
-0
/
+36
*
fix typo (#1367)
Roey Prat
2020-07-13
1
-1
/
+1
*
Support for loading, unloading and listing Redis Modules (#1360)
Roey Prat
2020-07-13
3
-0
/
+50
*
Fix acl_setuser docstring
Andrew Brookins
2020-06-29
1
-1
/
+1
*
Do not un-escape \ characters when parsing MONITOR output
Andy McCurdy
2020-06-08
1
-1
/
+4
*
3.5.3
3.5.3
Andy McCurdy
2020-06-01
1
-1
/
+1
*
SentinelConnectionPool plays better with threaded applications.
Andy McCurdy
2020-06-01
2
-14
/
+51
*
[sentinel] update master address if it changes. (#847)
Jake
2020-05-20
1
-0
/
+1
*
Restore try/except in __del__ methods
Andy McCurdy
2020-05-20
2
-8
/
+23
*
3.5.2
3.5.2
Andy McCurdy
2020-05-14
1
-1
/
+1
[next]