rediska_package: A simple redis client for R.

Description Details Author(s) Examples

Description

A thin wrapper around redis-cli that allows you to access redis from R. You need to have redis-cli installed locally to use this package.

Details

The is no error handling implemented, so if you send an invalid command you are going to see the error message from redis-cli.

Author(s)

Kirill Sevastyanenko

Examples

1
2
3
4
5
6
7
8
## Not run: 
  rediska$set("foo", "bar")
  rediska$get("foo")

  rediska$raw_command('expire foo')
  # [1] "ERR wrong number of arguments for 'expire' command" ""

## End(Not run)

kirillseva/rediska documentation built on May 20, 2019, 10:24 a.m.