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
/
test_commands.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix stupid linter warning
bitfield
Andy McCurdy
2018-11-07
1
-4
/
+4
*
added better overflow control and lifecycle mgmt to bitfields
Andy McCurdy
2018-11-07
1
-18
/
+45
*
support for the bitfield command thanks to Charles Leifer
Andy McCurdy
2018-11-06
1
-0
/
+35
*
Merge branch 'pr/916' into drop26
Andy McCurdy
2018-11-06
1
-263
/
+263
|
\
|
*
Use unicode literals throughout project
Jon Dufresne
2018-11-03
1
-261
/
+262
|
*
Use set literals instead of set([...])
Jon Dufresne
2018-11-03
1
-34
/
+34
|
*
Remove from __future__ import with_statement
Jon Dufresne
2018-11-03
1
-1
/
+0
*
|
Merge pull request #933 from yozel/master
Andy McCurdy
2018-11-06
1
-0
/
+15
|
\
\
|
*
|
Add support for UNLINK command
Yasin Ozel
2017-12-01
1
-0
/
+15
*
|
|
Merge branch 'master' into v5-client-subcommands
Andy McCurdy
2018-11-05
1
-6
/
+494
|
\
\
\
|
*
|
|
hook for graceful command failure, even in pipelines
Andy McCurdy
2018-11-04
1
-0
/
+1
|
|
|
/
|
|
/
|
|
*
|
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
|
*
|
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
|
|
/
*
|
Remove reason arg from client_unblock. Use boolean 'error' arg instead.
Roey Prat
2018-11-04
1
-4
/
+2
*
|
Adds unblock reason support
Itamar Haber
2018-10-05
1
-1
/
+5
*
|
Adds CLIENT UNBLOCK
Itamar Haber
2018-10-05
1
-0
/
+5
*
|
Adds support for CLIENT ID
Itamar Haber
2018-10-05
1
-0
/
+4
|
/
*
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
[next]