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
...
*
|
Merge branch 'master' into xreadgroup_handle_nil_fields
Andy McCurdy
2019-01-27
1
-0
/
+9
|
\
\
|
*
|
Added noack option for XREADGROUP
John T. Myers
2019-01-10
1
-0
/
+10
*
|
|
Fix #1116 - trimmed stream causes exception on xreadgroup with id 0
Xabier Eizmendi
2019-01-10
1
-0
/
+16
|
/
/
*
|
Encode Stream message names within XREAD and XREADGROUP responses correctly
Andy McCurdy
2018-12-27
1
-5
/
+5
*
|
redis >= 5.0.1 changed behavior of XREADGROUP stream ID
Andy McCurdy
2018-12-27
1
-38
/
+25
*
|
ZADD correctly returns None in certain edge cases when incr=True
Andy McCurdy
2018-12-27
1
-0
/
+6
*
|
Added test case for filter
Theo Despoudis
2018-12-08
1
-0
/
+21
*
|
Code review fixes
Theo Despoudis
2018-12-06
1
-27
/
+22
*
|
Add client kill with filter
Theo Despoudis
2018-12-04
1
-0
/
+37
*
|
Remove decoding from georadius
Bo Bayles
2018-11-21
1
-11
/
+11
*
|
Don't destroy data in GEORADIUS commands
Bo Bayles
2018-11-20
1
-4
/
+5
|
/
*
saner handling of decr/incr vs decrby/incrby
Andy McCurdy
2018-11-14
1
-0
/
+5
*
Merge pull request #925 from itamarhaber/sort_issue
Andy McCurdy
2018-11-14
1
-0
/
+5
|
\
|
*
Fixes a KeyError in empty `options` dict at sort's return
Itamar Haber
2017-11-13
1
-0
/
+5
*
|
Add test to make sure geodist with a missing member returns None
Andy McCurdy
2018-11-14
1
-0
/
+6
*
|
EXISTS now accepts multiple keys. return the number of existing keys
Andy McCurdy
2018-11-14
1
-2
/
+4
*
|
add nx, xx, ch and incr options to ZADD
Andy McCurdy
2018-11-14
1
-0
/
+34
*
|
fix order of zincrby args to match redis server
Andy McCurdy
2018-11-14
1
-2
/
+2
*
|
remove legacy Redis class
Andy McCurdy
2018-11-13
1
-99
/
+97
*
|
force mapping to be a single dict object on MSET, MSETNX and ZADD
Andy McCurdy
2018-11-13
1
-16
/
+2
*
|
Merge pull request #1057 from RoeyPrat/roey-client_pause
Andy McCurdy
2018-11-13
1
-0
/
+15
|
\
\
|
*
|
Implements type argument in client_list
Roey Prat
2018-11-07
1
-0
/
+8
|
*
|
Implements CLIENT PAUSE
Roey Prat
2018-11-07
1
-0
/
+7
*
|
|
Adds the memory_usage and memory_purge commands
Itamar Haber
2018-11-09
1
-0
/
+5
*
|
|
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
[prev]
[next]