pyredis

log

age author description
5 months ago Alexander Solovyov nicer api for blpop/brpopdefault tip
6 months ago Alexander Solovyov fix handling of empty sets
6 months ago Alexander Solovyov return sets as python set() objects
6 months ago Alexander Solovyov 99% test coverage
6 months ago Alexander Solovyov Added tag 0.3 for changeset d8bff140a5b4
6 months ago Alexander Solovyov release 0.30.3
6 months ago Alexander Solovyov some pep8 warnings fixed
6 months ago Alexander Solovyov update readme with link to bitbucket
7 months ago Alexander Solovyov return data as is in case it's impossible to decode
7 months ago Alexander Solovyov fix pipeline
7 months ago Alexander Solovyov we're getting unicode from database right now
7 months ago Alexander Solovyov connection pool is actually quite useless
7 months ago Alexander Solovyov assume that every string coming from Redis is encoded with specified encoding
7 months ago Alexander Solovyov Return exactly data, which was written in database, without stripping
7 months ago Alexander Solovyov optional parameter to get, mimicking python's {}.get() call
7 months ago Alexander Solovyov more speedups, thanks to Sergey Koval
7 months ago Alexander Solovyov some speedups
7 months ago Alexander Solovyov Added tag 0.2 for changeset d0715ea6cd24
7 months ago Alexander Solovyov pipelining support, that's version 0.20.2
7 months ago Alexander Solovyov don't use string concat for multiline strings, it's very error prone
7 months ago Alexander Solovyov Added tag 0.1.2 for changeset 05b69b99e5b9
7 months ago Alexander Solovyov bump version to 0.1.20.1.2
7 months ago Alexander Solovyov bulk commands require 2 arguments
7 months ago Alexander Solovyov better project description
7 months ago Alexander Solovyov goodbye functools.wraps, welcome python 2.4
7 months ago Alexander Solovyov Added tag 0.1.1 for changeset 8002e2b91530
7 months ago Alexander Solovyov bump version to 0.1.10.1.1
7 months ago Alexander Solovyov zrange: support withscores option
7 months ago Alexander Solovyov simplify incr/decr, as incrby/decrby have same speed
7 months ago Alexander Solovyov Added tag 0.1 for changeset 12e83825c08d
7 months ago Alexander Solovyov setup.py0.1
7 months ago Alexander Solovyov tests and some convenient methods (also keeping some compatibility with redis.py)
7 months ago Alexander Solovyov add support for del r['key'] syntax
7 months ago Alexander Solovyov fix c_name shortcuts
7 months ago Alexander Solovyov fix infinite recursion connect
7 months ago Alexander Solovyov set all known commands to be object attributes preemptively
7 months ago Alexander Solovyov fix console completion
7 months ago Alexander Solovyov renamed to pyredis
7 months ago Alexander Solovyov Redis.__getattr__ Set command name to returned function
7 months ago Alexander Solovyov ping can be handled by simple reply processor
7 months ago Alexander Solovyov support range commands with better api
7 months ago Alexander Solovyov fix call_bulk string substitution
7 months ago Alexander Solovyov make setnx/msetnx use same api as set/mset
7 months ago Alexander Solovyov mset returns OK as success
7 months ago Alexander Solovyov add support for multibulk commands
7 months ago Alexander Solovyov add Redis.delete command because of Python's inability to use Redis.del
7 months ago Alexander Solovyov ease command calls (add necessary in '\r\n' in self.command)
7 months ago Alexander Solovyov fix 0-length bulk commands
7 months ago Alexander Solovyov thanks to author of redis-rb
7 months ago Alexander Solovyov copyright information
7 months ago Alexander Solovyov support +OK responses
7 months ago Alexander Solovyov working version
Repositories maintained by Alexander Solovyov