R/defunct.R

Defines functions storr_redis_api driver_redis_api

Documented in driver_redis_api storr_redis_api

##' 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")
}

Try the storr package in your browser

Any scripts or data that you put into this service are public.

storr documentation built on April 15, 2025, 5:09 p.m.