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
*
Style: use single ticks instead of double quotes for strings
Itamar Haber
2018-10-28
1
-12
/
+12
*
Implements XCLAIM
Roey Prat
2018-10-28
1
-8
/
+59
*
Implements XPENDING
Roey Prat
2018-10-28
1
-7
/
+38
*
Implements XREADGROUP
Roey Prat
2018-10-28
1
-1
/
+35
*
Implements XTRIM
Itamar Haber
2018-10-28
1
-1
/
+14
*
Implements XDEL
Itamar Haber
2018-10-28
1
-1
/
+12
*
Implements XACK
Itamar Haber
2018-10-28
1
-1
/
+11
*
Implements XINFO
Roey Prat
2018-10-28
1
-2
/
+105
*
Implement XGROUP
Roey Prat
2018-10-28
1
-0
/
+42
*
xread: block parameter may be set to zero, to block indefinitely
Roey Prat
2018-10-28
1
-2
/
+2
*
Added support for Streams
Nick Farrell
2018-10-28
1
-1
/
+133
*
Allow socket type to be configured in Connection
AJ Ortega
2017-11-07
1
-2
/
+3
*
Merge pull request #569 from 23doors/master
Andy McCurdy
2017-10-26
1
-28
/
+6
|
\
|
*
Removing do_acquire from lualock as there is no gain over default do_acquire
Robert Kopaczewski
2014-12-11
1
-24
/
+0
|
*
Fix lua locking
Robert Kopaczewski
2014-12-10
1
-8
/
+4
|
*
Atomic redis.set when acquiring a lock
Robert Kopaczewski
2014-12-10
1
-9
/
+15
*
|
moving RELEASE to the appropriate place
Andy McCurdy
2017-10-13
1
-9
/
+0
*
|
notes on release procedure
Andy McCurdy
2017-10-13
1
-0
/
+9
*
|
Added number of members to be popped from set, by spop command
Alireza
2017-10-09
1
-2
/
+3
*
|
clientlist response, client_name value might contain the '=' character, in th...
swilly22
2017-09-22
1
-1
/
+2
*
|
Version 2.10.6, finally...
2.10.6
Andy McCurdy
2017-08-16
1
-1
/
+1
*
|
Merge pull request #887 from laixintao/master
Andy McCurdy
2017-08-16
1
-4
/
+4
|
\
\
|
*
|
update documents for set()
laixintao
2017-08-04
1
-4
/
+4
*
|
|
Merge pull request #888 from categulario/bugfix/geopos-empty-pos
Andy McCurdy
2017-08-14
1
-1
/
+2
|
\
\
\
|
*
|
|
pep8
Abraham Toriz
2017-08-14
1
-1
/
+2
|
*
|
|
keep style
Abraham Toriz
2017-08-10
1
-3
/
+1
|
*
|
|
fix problem when using geopos on unexistent hash member
Abraham Toriz
2017-08-10
1
-1
/
+3
|
|
/
/
*
|
|
Merge branch 'master' of github.com:andymccurdy/redis-py
Andy McCurdy
2017-08-14
1
-1
/
+1
|
\
\
\
|
|
/
/
|
*
|
Merge pull request #862 from Arctice/patch-1
Andy McCurdy
2017-08-01
1
-1
/
+1
|
|
\
\
|
|
*
|
typo fix
Arctice
2017-05-26
1
-1
/
+1
*
|
|
|
add an Encoder object responsible for encoding/decoding bytes and strings
Andy McCurdy
2017-08-02
2
-74
/
+70
|
/
/
/
*
|
|
propery encode the script before getting the sha1 value
Andy McCurdy
2017-07-31
1
-1
/
+9
*
|
|
Merge branch 'pr/867'
Andy McCurdy
2017-07-31
1
-16
/
+8
|
\
\
\
|
*
|
|
make register_scripts use the single string form of the SCRIPT (EXISTS|LOAD) ...
Ben Greenberg
2017-06-16
1
-6
/
+3
|
*
|
|
Remove script_load_for_pipeline and directly add Script object to BasePipelin...
Ben Greenberg
2017-06-16
1
-7
/
+3
|
*
|
|
encode the SHA1 digest so that it matches the return type of script_load in P...
Ben Greenberg
2017-06-15
1
-1
/
+4
|
*
|
|
Encode script string before hashing. Remove the "if not script.sha" block fro...
Ben Greenberg
2017-06-15
1
-8
/
+3
|
*
|
|
Precalculate sha1 of the script on Script instantiation
Ben Greenberg
2017-06-14
1
-1
/
+2
|
|
/
/
*
|
|
added get_encoding() to ConnectionPool
Andy McCurdy
2017-07-31
2
-7
/
+14
*
|
|
Merge pull request #877 from twz915/patch-1
Andy McCurdy
2017-07-31
1
-2
/
+2
|
\
\
\
|
*
|
|
change the error order of position
WeizhongTu
2017-07-17
1
-2
/
+2
|
|
/
/
*
|
|
Merge branch 'pr/879'
Andy McCurdy
2017-07-31
1
-3
/
+10
|
\
\
\
|
*
|
|
pep8
Andy McCurdy
2017-07-31
1
-1
/
+4
|
*
|
|
Implement HSTRLEN command
Aleksandr Putilin
2017-07-21
1
-3
/
+7
*
|
|
|
Merge pull request #871 from anisjonischkeit/add_touch_command
Andy McCurdy
2017-07-31
1
-0
/
+7
|
\
\
\
\
|
*
|
|
|
fixed line too long pep8 error
Anis Jonischkeit
2017-06-21
1
-1
/
+2
|
*
|
|
|
added touch to StrictRedis
Anis Jonischkeit
2017-06-21
1
-0
/
+6
|
|
|
/
/
|
|
/
|
|
*
|
|
|
[bugfix] Fix srandmember(key, 0) returns 1 element bug
Alex Wang
2017-07-24
1
-1
/
+1
|
|
/
/
|
/
|
|
*
|
|
Fix #878
Lorenzo
2017-07-19
1
-1
/
+1
*
|
|
Improve if statement throwing KeyError
Lorenzo
2017-07-19
1
-1
/
+1
|
/
/
[next]