test_that("cache_redis works", {
skip_on_ci()
system("docker run --rm --name redisbankunittest -d -p 6379:6379 redis:5.0.5 --requirepass bebopalula")
Sys.sleep(10)
redis_cache <- cache_redis$new(password = "bebopalula")
test_them_all(
cache = redis_cache
)
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.