Vinamra Sareen

Results 10 issues of Vinamra Sareen

File name renamed from JAVA-linearSearch3.java to java-linear-search1.java #116

- Added support for signed integer encoding, this would allow us to support signed integer stacks and queues. - Added unit tests to validate correctness. ``` === RUN TestDencodingInt ---...

- Added test case for MinInt64 ``` === RUN TestEncodeDecodeInt64Min --- PASS: TestEncodeDecodeInt64Min (0.00s) PASS ok github.com/dicedb/dice/core/dencoding (cached) ```

- Added benchmark for negative numbers and number close to MinInt64, MaxInt64 ``` === RUN BenchmarkMinMaxEncodeDecodeInt BenchmarkMinMaxEncodeDecodeInt BenchmarkMinMaxEncodeDecodeInt-12 49743938 23.24 ns/op 7 B/op 1 allocs/op PASS ok github.com/dicedb/dice/core/dencoding 1.396s ```

Add support for the `PFSELFTEST` command in DiceDB similar to the [`PFSELFTEST` command in Redis](https://redis.io/docs/latest/commands/command-list/). Please refer to the following commit in Redis to understand the implementation specifics - [source](https://github.com/redis/redis/tree/f60370ce28b946c1146dcea77c9c399d39601aaa)....

Add support for the `PFMERGE` command in DiceDB similar to the [`PFMERGE` command in Redis](https://redis.io/docs/latest/commands/command-list/). Please refer to the following commit in Redis to understand the implementation specifics - [source](https://github.com/redis/redis/tree/f60370ce28b946c1146dcea77c9c399d39601aaa)....

Add support for the `PFDEBUG` command in DiceDB similar to the [`PFDEBUG` command in Redis](https://redis.io/docs/latest/commands/command-list/). Please refer to the following commit in Redis to understand the implementation specifics - [source](https://github.com/redis/redis/tree/f60370ce28b946c1146dcea77c9c399d39601aaa)....

Add support for the `PFCOUNT` command in DiceDB similar to the [`PFCOUNT` command in Redis](https://redis.io/docs/latest/commands/command-list/). Please refer to the following commit in Redis to understand the implementation specifics - [source](https://github.com/redis/redis/tree/f60370ce28b946c1146dcea77c9c399d39601aaa)....

Add support for the `PFADD` command in DiceDB similar to the [`PFADD` command in Redis](https://redis.io/docs/latest/commands/command-list/). Please refer to the following commit in Redis to understand the implementation specifics - [source](https://github.com/redis/redis/tree/f60370ce28b946c1146dcea77c9c399d39601aaa)....

**Describe the bug** I tried setting up livekit cloud by setting up a new project but it did nothing when clicked continue, on checking console livekit is a reserved name...