Skip to content

Commit

Permalink
synch with txredisapi
Browse files Browse the repository at this point in the history
  • Loading branch information
fiorix committed Dec 31, 2012
1 parent 5d2ee99 commit a085f68
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cyclone/redis.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# coding: utf-8
# Copyright 2009 Alexandre Fiori
# https://github.com/fiorix/txredisapi
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -1961,4 +1962,4 @@ def lazyShardedUnixConnectionPool(paths, dbid=None, poolsize=10,
]

__author__ = "Alexandre Fiori"
__version__ = version = "0.9"
__version__ = version = "1.0"

0 comments on commit a085f68

Please sign in to comment.