Skip to content
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' of github.com:bwlewis/rredis
Browse files Browse the repository at this point in the history
  • Loading branch information
B. W. Lewis committed Oct 21, 2011
2 parents f54fc25 + 2a973a2 commit dc471ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/zsetVal.R
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ redisZCard <- function(key)


redisZScore <- function(key, element) redisZScore <- function(key, element)
{ {
ret <- .redisCmd(.raw('ZSCORE'), .raw(key), element) ret <- .redisCmd(.raw('ZSCORE'), .raw(key), .raw(element))
if(!is.null(ret)) ret <- as.numeric(ret) if(!is.null(ret)) ret <- as.numeric(ret)
ret ret
} }
Expand Down

0 comments on commit dc471ac

Please sign in to comment.