redis-simple-cache icon indicating copy to clipboard operation
redis-simple-cache copied to clipboard

Support python 3

Open dsjoerg opened this issue 10 years ago • 1 comments

This code currently doesn't work under Python 3. The to_unicode() function, and perhaps other things too.

dsjoerg avatar Jun 02 '15 12:06 dsjoerg

@dsjoerg try this one

https://github.com/ohanetz/redis-simple-cache-3k

suraj95 avatar Apr 12 '20 14:04 suraj95