GithubHelp home page GithubHelp logo

gist's People

Contributors

huangzworks avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

guoyu07

gist's Issues

基础问题请教

请教黄老师:
像如下的循环,是不是在每个循环体内都进行了一个完整的python到redis的回环?

for i in range(number):

        key = "key:{0}".format(i)

        create_key_func = random.choice([create_string, create_hash, create_list, create_set, create_zset])

        create_key_func(client, key)

若是我有个List装评论id,limit10个id后去对应的Hash中加载评论内容,再根据评论人的userID去另一个DB获取用户信息,同时判断是否点赞。这个过程是不是总共有 1 + 10 + 10 + 10 = 31 次请求?如何优化这个过程呢?
谢谢!

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.