# File lib/redis.rb, line 627 def zscore(key, member) synchronize do @client.call [:zscore, key, member] end end