RedisLess icon indicating copy to clipboard operation
RedisLess copied to clipboard

RedisLess is a fast, lightweight, embedded and scalable in-memory Key/Value store library compatible with the Redis API.

Results 17 RedisLess issues
Sort by recently updated
recently updated
newest added

can someone provide the instructions / compilation make file or how to use / test?

Please focus on performance and outdo pedis (redis in seastar)

I've decided to start to resolve this first on the present project so you can see if you like it. It seems that in `redisless` case there wasn't much really...

1. Added support for SUNION, SINTER and SDIFF commands 2. Added tests for SUNION, SINTER and SDIFF commands

still *WIP* 1. This PR strives to change the API of `Storage` to be more user-friendly. Specifically, `read`+`hread` to be read-only (taking `&self` instead of `&mut self`). This is to...

Restructure unit tests for server client using Arrange-Act-Assert pattern. #55

Return relevant error if parsing of integer argument for (`incr`, `incr_by`, `decr`, `decr_by`) fails

context: https://github.com/Qovery/RedisLess/blob/main/redisless/src/server/tests/mod.rs I have been trying [rstest](https://crates.io/crates/rstest) crate that I just learned from another project. I managed to get the following test passes: ```rs #[rstest] #[case::incr_by_1( 3001_u16, vec![ // precondition:...

To make RedisLess easily testable by any NodeJS developer, it would be useful to have a script to build, test and deploy the NodeJS client. Any suggestion is appreciated.

help wanted

- [x] get - [x] mget - [ ] keys - [x] set - [x] set_multiple - [x] set_ex - [x] pset_ex - [x] set_nx - [x] mset_nx - [x]...