Giter VIP home page Giter VIP logo

Comments (7)

Tazeg avatar Tazeg commented on July 23, 2024 2

get
set

from redix.

alash3al avatar alash3al commented on July 23, 2024 1

Using redix -engine=leveldb

# redis
➜ redis-benchmark -n 1000000 -t set,get -P 16 -p 6379 -q
SET: 287687.00 requests per second
GET: 316455.69 requests per second

# redix
➜ redis-benchmark -n 1000000 -t set,get -P 16 -p 6380 -q 
SET: 137816.98 requests per second
GET: 235626.77 requests per second

from redix.

alash3al avatar alash3al commented on July 23, 2024

Thank you @RegulusStar

Could you try it with the new engine in v1.8 redix -engine=leveldb?

leveldb is using leveldb, and I think that it is faster

from redix.

Tazeg avatar Tazeg commented on July 23, 2024

Could you use level as default ?

from redix.

alash3al avatar alash3al commented on July 23, 2024

In my opinion, we should keep redix versions compatible with each other.

from redix.

alash3al avatar alash3al commented on July 23, 2024

I'll try to perform aggressive optimization in redix to achieve more speed, but we won't achieve redis speed easily because redis = ram, but redix = disk, and ram is faster than disk.

But redix isn't limited to ram

from redix.

withu2018 avatar withu2018 commented on July 23, 2024

the release 1.8 version label show error in cli
redix server version: 1.7

MacBookPro 2018 16G Mem 512G ssd
redis-benchmark -n 1000000 -t set,get -P 16 -p 6380 -q SET: 323519.88 requests per second GET: 1078748.62 requests per second

very good

from redix.

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.