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. 11, 2024, 7:01 p.m.