You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tried the redis cache adapter like suggested in #401 and noticed that until next commit is broken there too. Insertion into redis fails with the following error.
[ERROR] Redis Adapter : could not insert in cache, this is the error : 'ERR invalid expire time in SETEX'
I suspect that it is again related to the -1 encoding of gitolite_cache_max_time. Redis seems not too happy when -1 is specified as timeout.
Using any other timeout seems to work fine and is really blazing fast. Great job!
The text was updated successfully, but these errors were encountered:
n-rodriguez
changed the title
[Git cache] "Until next commit" param is broken for redis
[Git cache] "Until next commit" param is broken for Redis adapter
Apr 10, 2015
I just tried the redis cache adapter like suggested in #401 and noticed that until next commit is broken there too. Insertion into redis fails with the following error.
I suspect that it is again related to the -1 encoding of
gitolite_cache_max_time
. Redis seems not too happy when -1 is specified as timeout.Using any other timeout seems to work fine and is really blazing fast. Great job!
The text was updated successfully, but these errors were encountered: