issues
search
vivekn
/
redis-simple-cache
Simple redis based cache for storing results of python function calls, json encoded strings or html.
Other
122
stars
69
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Bc 10619 upgrade redis simple cache dependency
#54
davidgomezcol
closed
1 year ago
0
Update for python3
#53
calcacuervo
closed
1 year ago
0
Redis4 support
#52
ohanetz
closed
2 years ago
0
This is not a PR it's an issue
#51
safijari
opened
5 years ago
0
Added support for python3
#50
YashSinha1996
opened
5 years ago
0
Adds ability to use existing redis client & ssl
#49
gabeio
opened
5 years ago
0
Override serialization
#48
acdameli
closed
1 year ago
0
Optional keyword to forcibly bypass cache
#47
safijari
opened
7 years ago
1
Add Python 3 compatibility
#46
Rydra
opened
7 years ago
1
Fix bug in setup.py with python 3
#45
xggrnx
closed
2 years ago
0
Fixed flush_namespace and using namespace for cache json
#44
tuxskar
opened
7 years ago
0
Not used the parameter namespace on cache_it_json function
#43
tuxskar
opened
7 years ago
0
Basic Python 3 support
#42
r-darwish
closed
5 years ago
0
use namespace in cache_it_json and avoid exception when invalidating a namespace
#41
dariosky
opened
8 years ago
0
convert to python3
#40
austin-searchpilot
closed
8 years ago
0
Support python 3
#39
dsjoerg
opened
9 years ago
1
Cache Initial Conditions [Feature Request]
#38
deckar01
closed
9 years ago
6
Use pipe.set() in store() when expire is None
#37
deckar01
closed
9 years ago
2
redis.setex accepts timedelta, so should we
#36
floer32
closed
9 years ago
1
Move cache key creation method to SimpleCache
#35
floer32
closed
9 years ago
4
fix a test case bug
#34
allencharp
closed
9 years ago
1
fix one ut failure
#33
allencharp
closed
9 years ago
0
some ut failed
#32
allencharp
opened
9 years ago
1
Adding optional expire time to cache_it decorator
#31
deybhayden
closed
9 years ago
3
expire keys
#30
VerusK
opened
9 years ago
0
Infinite limit
#29
VerusK
opened
9 years ago
0
Impossible to select redis db
#28
VerusK
closed
9 years ago
5
Allow persistent storage.
#27
deybhayden
closed
10 years ago
2
SimpleCache.store() uses SETEX which cannot accept non-positive values
#26
DerekMarshall
closed
9 years ago
2
Installing package downgrades redis python library
#25
SantjagoCorkez
closed
10 years ago
4
Allow cache_it* decorators to provide a way to cache instance methods
#24
SantjagoCorkez
opened
10 years ago
2
Address issue 9 by adding a flush_namespace, and expire_namespace method...
#23
djgilcrease
closed
10 years ago
3
Add DoNotCache exception
#22
djgilcrease
closed
10 years ago
0
Add invalidate() method
#21
nudge
closed
10 years ago
3
Test and fix unicode-support in key-related functions
#20
jmtoball
closed
6 years ago
1
Add support for mget and mget_json
#19
nudge
closed
10 years ago
3
Update the cache_it and cache_it_json decorators to incorperate kwargs ...
#18
djgilcrease
closed
10 years ago
1
cache_it and cache_it_json will not properly cache methods that use keyword args
#17
djgilcrease
closed
10 years ago
1
Fix connection to use specified db number
#16
nudge
closed
10 years ago
2
Changing version number to 0.0.6
#15
fjsj
closed
10 years ago
0
Fix expire_all_in_set-method and back it with a test.
#14
jmtoball
closed
10 years ago
6
Clean-up of a few things and hopefully minor documentation improvements
#13
szaydel
closed
11 years ago
1
Add support for password in redis connection
#12
lucasmarshall
closed
11 years ago
2
Modified cache to use a namespace mechanism, which is what I need, based...
#11
szaydel
closed
11 years ago
12
The prefix depends on the id of the SimpleCache object.
#10
vivekn
closed
11 years ago
2
Ranges of keys
#9
szaydel
opened
11 years ago
15
Cache decorators should never raise exceptions
#8
fjsj
closed
11 years ago
1
New version number 0.0.3
#7
fjsj
closed
11 years ago
0
szaydel changes and decorator with cache param
#6
fjsj
closed
12 years ago
0
A couple of changes which I thought are helpful
#5
szaydel
closed
12 years ago
18
Next