A service which can be configured to periodically make a GET request to a URL, and save the response to a memcached server
-
Create a
config.ini
(useexample_config.ini
as a base) -
Add the server location of your memcached server
Example: For a UNIX socket connection
/run/memcached/memcached.sock
Example: For a TCP connection
127.0.0.1
-
Create a new section for your request
-
Add the keys
url
andinterval
to your new sectionInterval must be supplied in seconds