Last data update: 2014.03.03

rredis

Package: rredis
Type: Package
Title: "Redis" Key/Value Database Client
Version: 1.7.0
Date: 2015-07-04
Author: B. W. Lewis
Maintainer: B. W. Lewis <blewis@illposed.net>
Description: R client interface to the "Redis" key-value database.
License: Apache License (>= 2.0)
LazyLoad: yes
Suggests: RUnit
NeedsCompilation: yes
Packaged: 2015-07-05 14:12:41 UTC; blewis
Repository: CRAN
Date/Publication: 2015-07-05 23:37:49

● Cran Task View: HighPerformanceComputing
● 0 images, 102 functions, 0 datasets
Reverse Depends: 1

Install log

* installing to library '/home/ddbj/local/lib64/R/library'
* installing *source* package 'rredis' ...
** package 'rredis' successfully unpacked and MD5 sums checked
** libs
gcc -I/home/ddbj/local/lib64/R/include -DNDEBUG  -I/usr/local/include    -fpic  -g -O2  -c libsock.c -o libsock.o
gcc -shared -L/home/ddbj/local/lib64/R/lib -L/usr/local/lib64 -o rredis.so libsock.o -L/home/ddbj/local/lib64/R/lib -lR
installing to /home/ddbj/local/lib64/R/library/rredis/libs
** R
** inst
** preparing package for lazy loading
** help
*** installing help indices
  converting help for package 'rredis'
    finding HTML links ... done
    incr                                    html  
    redisAuth                               html  
    redisBLPop                              html  
    redisBRPop                              html  
    redisBRPopLPush                         html  
    redisBgRewriteAOF                       html  
    redisBgSave                             html  
    redisBitCount                           html  
    redisBitOp                              html  
    redisClose                              html  
    redisCmd                                html  
    redisConnect                            html  
    redisDBSize                             html  
    redisDelete                             html  
    redisDiscard                            html  
    redisEval                               html  
    redisExec                               html  
    redisExists                             html  
    redisExpire                             html  
    redisExpireAt                           html  
    redisFlushAll                           html  
    redisFlushDB                            html  
    redisGet                                html  
    redisGetBit                             html  
    redisGetResponse                        html  
    redisGetSet                             html  
    redisHDel                               html  
    redisHExists                            html  
    redisHFields                            html  
    redisHGet                               html  
    redisHGetAll                            html  
    redisHIncrBy                            html  
    redisHKeys                              html  
    redisHLen                               html  
    redisHMGet                              html  
    redisHMSet                              html  
    redisHSet                               html  
    redisHVals                              html  
    redisInfo                               html  
    redisKeys                               html  
    redisLIndex                             html  
    redisLLen                               html  
    redisLPop                               html  
    redisLPush                              html  
    redisLRange                             html  
    redisLRem                               html  
    redisLSet                               html  
    redisLTrim                              html  
    redisMGet                               html  
    redisMSet                               html  
    redisMonitorChannels                    html  
    redisMove                               html  
    redisMulti                              html  
    redisPersist                            html  
    redisPublish                            html  
    redisRPop                               html  
    redisRPopLPush                          html  
    redisRandomKey                          html  
    redisRename                             html  
    redisSAdd                               html  
    redisSCard                              html  
    redisSDiff                              html  
    redisSDiffStore                         html  
    redisSInter                             html  
    redisSInterStore                        html  
    redisSIsMember                          html  
    redisSMembers                           html  
    redisSMove                              html  
    redisSPop                               html  
    redisSRandMember                        html  
    redisSRem                               html  
    redisSUnion                             html  
    redisSUnionStore                        html  
    redisSave                               html  
    redisSelect                             html  
    redisSet                                html  
    redisSetBit                             html  
    redisSetContext                         html  
    redisSetPipeline                        html  
    redisShutdown                           html  
    redisSlaveOf                            html  
    redisSort                               html  
    redisSubscribe                          html  
    redisTTL                                html  
    redisType                               html  
    redisUnsubscribe                        html  
    redisUnwatch                            html  
    redisWatch                              html  
    redisZAdd                               html  
    redisZCard                              html  
    redisZCount                             html  
    redisZIncrBy                            html  
    redisZInterStore                        html  
    redisZRange                             html  
    redisZRangeByScore                      html  
    redisZRank                              html  
    redisZRem                               html  
    redisZRemRangeByRank                    html  
    redisZRemRangeByScore                   html  
    redisZScore                             html  
    redisZUnionStore                        html  
    rredis-package                          html  
** building package indices
** installing vignettes
** testing if installed package can be loaded
* DONE (rredis)
Making 'packages.html' ... done