Skip to content

Releases: schlitzered/pyredis

0.4.0

Choose a tag to compare

@schlitzered schlitzered released this 11 Oct 15:56
627d64e

switch from pypi module crc16 to crc

0.3.0

Choose a tag to compare

@schlitzered schlitzered released this 09 Oct 11:55

implement redis username uspport

0.2.3

Choose a tag to compare

@schlitzered schlitzered released this 24 Sep 07:00

dummy release

0.2.2

Choose a tag to compare

@schlitzered schlitzered released this 29 Aug 19:04

allow password for Redis Cluster
allow password for Sentinels

0.2.1

Choose a tag to compare

@schlitzered schlitzered released this 09 Jul 05:23
performance improvements

0.2.0

Choose a tag to compare

@schlitzered schlitzered released this 09 Jul 03:25
modify commands to use byte type instead of string.

0.1.7

Choose a tag to compare

@schlitzered schlitzered released this 19 Jun 19:17

SentinelPool and SentinelHashPool cleanup:

  • remove check if client is realy a master or slave

0.1.6

Choose a tag to compare

@schlitzered schlitzered released this 25 May 20:15

Add HashClient, HashPool and SentinelHashPool

0.1.4

Choose a tag to compare

@schlitzered schlitzered released this 26 Jan 18:10

enhancement: Connections Pools can now shrink
bugfix: pass encoding correctly to the protocol parser, if some encoding was set, "utf-8" had always been send to the parser

0.1.3

Choose a tag to compare

@schlitzered schlitzered released this 13 Sep 15:09

bugfix. if initial connection attempt failed, mark connection as closed