redisChunkApply: Applies FUN to data stored in a redis database

Description Usage Examples

Description

This function applies FUN to data stored in a redis database, chunking the operation if number of rows exceeds the chunksize. NOTE: this function uses (wipes) the 'key_tmp' key in the database.

Usage

1
2
redisChunkApply(redis, key, FUN, chunksize = 100, verbose = FALSE,
  sanitize = FALSE, ...)

Examples

1
2
r <- redis()
processRedisData(r,'data',as.sentence.df,'body') 

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