Skip to content

Conversation

@bmanojlovic
Copy link
Contributor

I have refactored code from (#116) still did not test all features but it should work if old code was working.

Will test it a bit more from real system and report back in this PR

etscrivner and others added 13 commits December 2, 2014 16:39
* Contains updated CMake file with option to configure using hiredis
  official C redis library.
* Contains update configuration parse and mapcache.h file to add support
  for redis cache.
* Add lib/cache_redis.c file with preliminary redis support.
* In cmake/FindRedis.cmake remove duplicate lines.
* Add an example redis config the XML config sample file.
* Move expiration time before data segment in SETEX call.
* Use correct error-handling as specified in the strtoul manpages.
Copy link
Member

@jbo-ads jbo-ads left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for submitting this new feature!

Here are my few comments on your code. I didn't check the actual logic of redis management. I hope your tests will detect any misbehaviours.

@bmanojlovic
Copy link
Contributor Author

bmanojlovic commented Aug 31, 2021

Thank you for submitting this new feature!

regarding tests performed, it works fine for me from mapcache_seed and from running as apache module

@jbo-ads jbo-ads requested a review from tbonfort August 31, 2021 10:10
@jbo-ads jbo-ads merged commit 412ace9 into MapServer:main Sep 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants