Nothing
##' Defunct functions
##'
##' The Redis functions (`driver_redis_api` and `storr_redis_api`)
##' have been moved out of this package and into `redux`. I don't
##' believe anyone is using them at the time of the move so this is
##' being done fairly abruptly - this is unfortunate, but necessary to
##' avoid a circular dependency! The new functions are simply
##' `redux::driver_redis_api` and `redux::storr_redis_api`, along with
##' a helper function `redux::storr_hiredis` which also creates the
##' connection.
##'
##' @title Defunct functions
##' @param ... parameters (now all dropped as dots)
##' @rdname storr-defunct
##' @export
driver_redis_api <- function(...) {
.Defunct("redux::driver_redis_api")
}
##' @rdname storr-defunct
##' @export
storr_redis_api <- function(...) {
.Defunct("redux::storr_redis_api")
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.