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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
add test for non-transaction pipelines as well
Andy McCurdy
2018-11-04
1
-2
/
+16
*
hook for graceful command failure, even in pipelines
Andy McCurdy
2018-11-04
2
-0
/
+15
*
Merge pull request #985 from mmaslowskicc/from-url-max-connections
Andy McCurdy
2018-11-02
1
-1
/
+2
|
\
|
*
Fix parsing max_connections URL query string parameter
Michał Masłowski
2018-05-23
1
-1
/
+2
*
|
added MKSTREAM option to xgroup_create
Andy McCurdy
2018-11-01
1
-0
/
+22
*
|
remove unncessary deletes at beginning of tests
Andy McCurdy
2018-11-01
1
-8
/
+0
*
|
Merge pull request #1037 from itamarhaber/zpop
Andy McCurdy
2018-11-01
1
-0
/
+50
|
\
\
|
*
|
PEP8's it
Itamar Haber
2018-10-05
1
-2
/
+2
|
*
|
Converts score from string to float
Itamar Haber
2018-10-05
1
-10
/
+10
|
*
|
Adds BZPOPMAX and BZPOPMIN
Itamar Haber
2018-10-05
1
-0
/
+30
|
*
|
Adds ZPOPMAX and ZPOPMIN
Itamar Haber
2018-10-05
1
-0
/
+20
|
|
/
*
|
fix test that breaks if other clients are connected to the redis server
Andy McCurdy
2018-11-01
1
-4
/
+3
*
|
python2 compat
Andy McCurdy
2018-10-31
1
-3
/
+3
*
|
python 2 likes binary regex hints specified as 'br' rather than 'rb'
Andy McCurdy
2018-10-31
1
-1
/
+1
*
|
avoid calling pytest fixtures directly since that's frowned upon
Andy McCurdy
2018-10-31
2
-5
/
+6
*
|
rename start/finish and start/end args to min/max on all stream commands
Andy McCurdy
2018-10-31
1
-9
/
+9
*
|
refactor a bunch of the tests.
Andy McCurdy
2018-10-31
1
-135
/
+381
*
|
reorganize stream tests
Andy McCurdy
2018-10-31
1
-114
/
+103
*
|
XREAD and XREADGROUP return empty lists when the server returns no messages
Roey Prat
2018-10-31
1
-1
/
+1
*
|
XPENDING parse response and unit test
Roey Prat
2018-10-31
1
-0
/
+21
*
|
fix XCLAIM to handle justid parameter correctly
Roey Prat
2018-10-31
1
-0
/
+3
*
|
remove code duplication
Roey Prat
2018-10-31
1
-30
/
+0
*
|
XREAD and XREADGROUP should take streams as a required dict arg rather than k...
Roey Prat
2018-10-31
1
-4
/
+4
*
|
unit test for xclaim
Roey Prat
2018-10-28
1
-0
/
+15
*
|
allow list based iterating on XREADGROUP results
Roey Prat
2018-10-28
1
-3
/
+4
*
|
XADD key/value pairs of the entry should be specified as a single dict arg ra...
Roey Prat
2018-10-28
1
-14
/
+14
*
|
Implements XREADGROUP
Roey Prat
2018-10-28
1
-6
/
+16
*
|
Implements XTRIM
Itamar Haber
2018-10-28
1
-0
/
+16
*
|
Implements XDEL
Itamar Haber
2018-10-28
1
-0
/
+14
*
|
Implements XACK
Itamar Haber
2018-10-28
1
-0
/
+10
*
|
Implements XINFO
Roey Prat
2018-10-28
1
-8
/
+10
*
|
Fixes to test_strict_xrange
Roey Prat
2018-10-28
1
-2
/
+2
*
|
run tests of commands added in redis 5, if redis>=5
Roey Prat
2018-10-28
1
-4
/
+4
*
|
Implement XGROUP
Roey Prat
2018-10-28
1
-0
/
+65
*
|
xread: block parameter may be set to zero, to block indefinitely
Roey Prat
2018-10-28
1
-1
/
+1
*
|
Added support for Streams
Nick Farrell
2018-10-28
1
-0
/
+62
|
/
*
wrote tests for multi output spop command
Alireza
2017-10-10
1
-0
/
+11
*
clientlist response, client_name value might contain the '=' character, in th...
swilly22
2017-09-22
1
-0
/
+8
*
Merge pull request #810 from r0fls/zcount-exclusive-range
Andy McCurdy
2017-08-16
1
-0
/
+2
|
\
|
*
test zcount exclusive range
Raphael Deem
2016-12-22
1
-0
/
+2
*
|
GEOPOS returns different values from redis 3.2 to redis 4.0
Andy McCurdy
2017-08-15
2
-2
/
+12
*
|
fix problem when using geopos on unexistent hash member
Abraham Toriz
2017-08-10
1
-0
/
+4
*
|
Merge branch 'pr/867'
Andy McCurdy
2017-07-31
1
-14
/
+20
|
\
\
|
*
|
Fix icnorrect test
Ben Greenberg
2017-06-15
1
-1
/
+2
|
*
|
update tests to reflect the fact that the script sha is precalculated
Ben Greenberg
2017-06-15
1
-13
/
+18
*
|
|
skip HSTRLEN tests if server < 3.2.0
Andy McCurdy
2017-07-31
1
-0
/
+1
*
|
|
Implement HSTRLEN command
Aleksandr Putilin
2017-07-21
1
-0
/
+5
|
/
/
*
|
Fix warning during test
Jon Dufresne
2017-01-28
1
-1
/
+1
*
|
Add minimum Redis server version to TestPubSubPubSubSubcommands
AngusP
2017-01-24
1
-0
/
+4
*
|
Add PUBSUB docs to README
AngusP
2017-01-24
1
-1
/
+0
[next]