Giter VIP home page Giter VIP logo

Comments (3)

khuey avatar khuey commented on May 31, 2024

See the original PR: #11

The redis APIs consume the connection on failure so we need something that we can move the connection object in and out of. See what happens in RedisConnectionManager::run. If an error is raised the connection (now None) will be returned to put_back which will call has_broken on it which will return true and the connection will be dropped. A consumer of this library should never see a Connection that is a None.

from bb8.

djc avatar djc commented on May 31, 2024

Since 0.14.0, redis::Cmd::query_async() actually takes a&mut redis::aio::Connection, so I think we no longer need the Option wrapper here. Please have a look at #69 and see if it works for your use case.

from bb8.

seunlanlege avatar seunlanlege commented on May 31, 2024

closed by #69

from bb8.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.