extension Float: RESPValueConvertible {
    /// Attempts to translate the `RESPValue` as a `Float`.
    ///
    /// This will only succeed if the value is a ASCII representation in a `.simpleString` or `.bulkString`, or is an `.integer`.
    ///