You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 6, 2019. It is now read-only.
Looking to turn a reply into a double. cpp_redis::reply::as_double() doesn't seem to exist, I'm curious if this is intentional?
I think it'd make more sense for the reply class to support a redis_string which could be casted to std::string, int, float_t. The other types as list, set, hash, and zset could sit alongside the redis_string as types for the reply to cast to, while also using redis_string as type for k/v.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Looking to turn a reply into a double.
cpp_redis::reply::as_double()
doesn't seem to exist, I'm curious if this is intentional?I think it'd make more sense for the reply class to support a
redis_string
which could be casted tostd::string, int, float_t
. The other types aslist
,set
,hash
, andzset
could sit alongside theredis_string
as types for the reply to cast to, while also usingredis_string
as type for k/v.The text was updated successfully, but these errors were encountered: