clint21.eth ⚡️

Results 54 comments of clint21.eth ⚡️

TTL and expiration is not really the same things, I mean we also need to define if we use TTL or an absolute expiration datetime (by example with a timestamp)...

Hello, Sorry for the late reply, first of all you have to create a configuration file (you can use this one: https://gist.github.com/thisisclint21/7df59a77ca9c17c0c72beb6600674e76) And then, try to run it like this:...

Good morning, The project is not abandoned just I don't have so much time, but we are still looking for contributors! If you have telegram add me @thisisclint21 Thanks

Related issue: https://github.com/seanmonstar/warp/issues/486

@CephalonRho, Maybe we can move `KvStore` instantiation from the `Server` to `Lucid` impl, in this way it could be easier to make some operations on the KvStore from subcommands and...

Hi, Two interesting libs for persistence: - `structsy` - https://docs.rs/structsy/0.1.0/structsy/ - `persy` - https://docs.rs/persy/0.8.3/persy/ And a cool snippet to make write disk persistence, binary file writing and also compression! -...

Hey @halvorboe, I really enjoy your motivation, for Redis, I already look quickly, I will read deeply tonight. For contributing no problem, you are welcome!

Hi @halvorboe @Slals is working on persistence if you want to join us you are welcome!

@CephalonRho could you explain what do you mean by a mixed approach? We need to provide an easy way of persistence and not many modes, it needs to be simple...