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
/
server_commands.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
bad merge conflict
andy
2013-06-04
1
-1850
/
+0
*
pep8
andy
2013-06-04
1
-1
/
+2
*
Add CONFIG RESETSTAT support.
Yossi Gottlieb
2013-06-04
1
-0
/
+6
*
use iterators for dict traversal in both python 2 and 3
andy
2013-05-23
1
-6
/
+6
*
DEL, HDEL, ZREM commands now return number of keys deleted. fixed #243
andy
2013-05-01
1
-6
/
+25
*
tests should pass on older redis versions
andy
2013-04-27
1
-0
/
+35
*
travis runs 2.6.12, great.
andy
2013-04-27
1
-10
/
+0
*
testing redis version on travis
andy
2013-04-27
1
-0
/
+10
*
finer grain tests
andy
2013-04-27
1
-5
/
+7
*
Implement extended set options added in Redis 2.6.12.
george yoshida
2013-04-27
1
-2
/
+2
*
Implement extended set options added in Redis 2.6.12.
george yoshida
2013-04-27
1
-0
/
+36
*
Merge branch 'mapleoin-master'
andy
2013-04-22
1
-0
/
+49
|
\
|
*
Merge branch 'master' of git://github.com/mapleoin/redis-py into mapleoin-master
andy
2013-04-22
1
-0
/
+49
|
|
\
|
|
*
add an optional argument to sort to make it return tuples
Ionuț Arțăriși
2011-10-10
1
-0
/
+44
*
|
|
Merge pull request #327 from pabelanger/pep8
Andy McCurdy
2013-04-22
1
-2
/
+6
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Format code per pep8 guidelines
Paul Belanger
2013-03-30
1
-2
/
+6
*
|
|
added PSETEX
andy
2013-04-22
1
-0
/
+10
|
/
/
*
|
fix for #322
andy
2013-02-25
1
-0
/
+4
*
|
Switched callback for SREM from bool to int.
Ronnie Kolehmainen
2013-01-25
1
-4
/
+4
*
|
Add CLIENT GETNAME/SETNAME support
bitterb
2013-01-16
1
-0
/
+25
*
|
Fixed bug in bitcount with start or end param equal to 0
Tim
2012-11-25
1
-0
/
+1
*
|
timedelta.total_seconds is only available in python 2.7+. Fixes #280
andy
2012-10-07
1
-1
/
+1
*
|
added CLIENT LIST/CLIENT KILL commands
andy
2012-10-07
1
-2
/
+7
*
|
hincrbyfloat is 2.6 only
andy
2012-10-07
1
-0
/
+7
*
|
High precision floating point values are now properly sent to the Redis server.
andy
2012-10-07
1
-0
/
+9
*
|
INCRBYFLOAT/HINCRBYFLOAT
andy
2012-10-07
1
-0
/
+24
*
|
PEXPIRE/PEXPIREAT/PTTL commands
andy
2012-10-07
1
-8
/
+44
*
|
Merge pull request #282 from flupke/pexpire
Andy McCurdy
2012-10-07
1
-0
/
+15
|
\
\
|
*
|
added PEXPIRE/PTTL support (redis 2.6.0)
Luper Rouch
2012-09-12
1
-0
/
+15
*
|
|
Added optional `number` argument to srandmember. Fix for #286
andy
2012-10-07
1
-0
/
+7
*
|
|
Adding test support for LPUSH/RPUSH with multiple arguments for Redis version...
Tim
2012-09-07
1
-2
/
+10
|
/
/
*
|
make sure tests pass on redis 2.4. merges #271
andy
2012-08-15
1
-6
/
+13
*
|
Added a simple test for TIME function
Jason Knight
2012-08-15
1
-0
/
+6
*
|
stupid python 2.5/2.6
andy
2012-08-15
1
-7
/
+24
*
|
adding SkipTests for BITOP/BITCOUNT commands below redis 2.6, fixing logic to...
2.6.2
andy
2012-08-15
1
-15
/
+50
*
|
Merge pull request #257 from not-napoleon/master
Andy McCurdy
2012-08-15
1
-0
/
+56
|
\
\
|
*
|
Added bitop command.
Mark Tozzi
2012-06-20
1
-0
/
+38
|
*
|
Support for bitcount (new in redis 2.6)
Mark Tozzi
2012-06-19
1
-0
/
+18
*
|
|
cleaned up tests to not use decode_responses=True. this was masking some erro...
andy
2012-08-15
1
-161
/
+231
*
|
|
Fixed PEP 8 violations introduced in previous commits
Alex Grönholm
2012-08-07
1
-3
/
+5
*
|
|
Fixed Python 3.2+ compatibility
Alex Grönholm
2012-08-07
1
-22
/
+23
*
|
|
Cleaned up code for PEP 8 compliance
Alex Grönholm
2012-08-06
1
-68
/
+107
|
/
/
*
|
added GETRANGE support
Jean-Philippe CARUANA
2012-06-14
1
-0
/
+6
*
|
Merge remote-tracking branch 'encoding/2.4.11-fix' into encoding
andy
2012-06-10
1
-2
/
+2
|
\
\
|
*
|
Added unit tests for unicode handling in PythonParser and HiredisParser
Frankie Dintino
2012-02-08
1
-3
/
+4
*
|
|
allow hmget to accept *args or a list of keys
andy
2012-02-11
1
-0
/
+2
|
/
/
*
|
implemented the OBJECT command. Fix for #137
andy
2011-10-28
1
-9
/
+15
*
|
pep8
andy
2011-10-25
1
-8
/
+5
*
|
more spacing issues for debug object pull request
andy
2011-10-24
1
-8
/
+7
*
|
Limit the maximum bytes read from the PythonParser. Fix for #205.
andy
2011-10-24
1
-1
/
+12
[next]