Giter VIP home page Giter VIP logo

Comments (10)

alash3al avatar alash3al commented on July 23, 2024 1

Implementing ...

from redix.

withu2018 avatar withu2018 commented on July 23, 2024

Need

from redix.

alash3al avatar alash3al commented on July 23, 2024

Here you go,

https://github.com/alash3al/redix/releases/tag/v1.10

Test and give me feedback

from redix.

slava-vishnyakov avatar slava-vishnyakov commented on July 23, 2024

@alash3al Awesome! Thank you!

from redix.

slava-vishnyakov avatar slava-vishnyakov commented on July 23, 2024

@alash3al FLUSHDB works as expected, however FLUSHALL doesn't seem to do anything.

127.0.0.1:6380[5]> flushall
OK
127.0.0.1:6380[5]> hlen keys
(integer) 3418

from redix.

alash3al avatar alash3al commented on July 23, 2024

@slava-vishnyakov could you redownload and test it again?

from redix.

slava-vishnyakov avatar slava-vishnyakov commented on July 23, 2024

@alash3al Now it works! 🎊 Thank you! 👍

from redix.

slava-vishnyakov avatar slava-vishnyakov commented on July 23, 2024

@alash3al Oh, wait, scratch that. Still doesn't work somehow.

Maybe it has something to do with how I launch it? ./redix_darwin_amd64 -engine=leveldb

127.0.0.1:6380[5]> flushall
OK
127.0.0.1:6380[5]> hlen keys
(integer) 15577
127.0.0.1:6380[5]> flushdb
OK
127.0.0.1:6380[5]> hlen keys
(integer) 0

from redix.

alash3al avatar alash3al commented on July 23, 2024

Oh, sorry, it was due to caching, I was removing the DB(s) from disk, not from the cache too,
I think it should be fine now if you redownloaded it again,

from redix.

slava-vishnyakov avatar slava-vishnyakov commented on July 23, 2024

Awesome! Yep, that works!

127.0.0.1:6380[5]> hlen keys
(integer) 5515
127.0.0.1:6380[5]> flushall
OK
127.0.0.1:6380[5]> hlen keys
(integer) 0

Thank you!

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.