Giter Site home page Giter Site logo

不支持事务么 about redisun HOT 3 CLOSED

renhonghai avatar renhonghai commented on May 24, 2024
不支持事务么

from redisun.

Comments (3)

limen avatar limen commented on May 24, 2024

redis对请求的处理是串行的,不存在并发冲突,所以redis本身是不支持事务的。

from redisun.

miaojihao avatar miaojihao commented on May 24, 2024

是否支持模糊搜索,像sql中的like一样可以模糊检索关键词

from redisun.

limen avatar limen commented on May 24, 2024

@miaojihao 对这个库的定位还是存在一定的误解,这个库没有增强redis的功能,例如是否支持事务,是否支持like查询,这需要去了解redis本身是否支持。提供类sql的查询方式主要用来拼接key,例如where,whereIn。统一的操作命令是为了降低redis使用的复杂度,例如list|hash|set均可以通过get获取,而不需要根据类型选择使用lrange | hmget | smembers。

from redisun.

Related Issues (4)

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.