redisPutData: Posts the data to redis, chunking it to avoid deadlocks when...

Description Usage

Description

This function puts an entire dataset to redis, chunking the operation to avoid deadlocks caused by the text-transformation.

Usage

1
2
redisPutData(data, redis, key, chunksize = 100, verbose = FALSE,
  flushvar = TRUE, sanitize = FALSE, noheader = FALSE)

Peder2911/DB_gratia documentation built on May 26, 2019, 9:30 a.m.