Shachar Langbeheim

Results 19 issues of Shachar Langbeheim

[FlatBufferBuilder](https://docs.rs/flatbuffers/23.5.26/flatbuffers/struct.FlatBufferBuilder.html) in the latest crate version doesn't have a generic `Allocator` argument, while the autogenerated code from flatc v23.5.26 contains `fbb_: &'b mut flatbuffers::FlatBufferBuilder

Remove lifetimes from `impl` declarations that don't require them.

c++
rust
codegen

This removes warnings about unused imports from top level imports, which currently are propagated to files using the `include!` macro when adding the generated files.

c++
rust
codegen

I have a function that should return a type `Foo` that one of its variants is an array of `Foo`. This is how I'd represent it in TS: ```ts type...

CLI

How is `PUBSUB SHARDCHANNELS` supposed to be routed & aggregated in cluster mode? The command doesn't have any keys, and a pattern isn't hashed in a similar manner to the...

Blocking commands complicate multiplexing several logical connections over the same physical connection, and in general are a perf hassle. There are 2 existing suggestions for ways to overcome this issue...

major-decision-pending
to-be-closed

**The problem/use-case that the feature addresses** Today clients find out that a topology change happened only after the fact - either by periodically querying `CLUSTER NODES/SLOTS/SHARDS` or by receiving MOVED/ASK...

enhancement
cluster

See this discussion in the redis-rs repo: https://github.com/redis-rs/redis-rs/issues/1128#issuecomment-2036998491 The redis-rs parser receives a large value (the non-TLS example uses 500,000,000 bytes) from a TCP stream, and parses it in a...

This change allows users to export structs & enums without any calling functions wrapped in an unsafe class. I want to integrate csbindgen into our existing codebase that uses FFI,...

I can't repro this locally, so I don't know what the source of the issue is. The temporary DB, created with `PgTempDB::async_new().await` (so `persist` isn't set), hangs for minutes after...