inst/ignore/delete-pulled.R

#' @export
docdb_delete.src_redis <- function(src, key, ...) {
  src$con$DEL(key)
}

#' @export
docdb_delete.src_riak <- function(src, key, ...) {
  src$con$delete(key, ...)
}

Try the nodbi package in your browser

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

nodbi documentation built on Sept. 24, 2023, 1:08 a.m.