Closed syffer closed 1 year ago
This pr tries to stick with the redis documentation, which states that most of the xxxget() methods should return string values
xxxget()
get()
hget()
hmget()
hgetall()
incrbyfloat()
I also did decrbyfloat(), but it seems that this command doesn't exists in redis (nor in predis client)
decrbyfloat()
This pr tries to stick with the redis documentation, which states that most of the
xxxget()
methods should return string valuesget()
hget()
hmget()
hgetall()
incrbyfloat()
I also did
decrbyfloat()
, but it seems that this command doesn't exists in redis (nor in predis client)