sewenew

Results 17 issues of sewenew

By now, we can only set a single element of an array or map, or add a new element. We should give end user and option to overwrite the whole...

By now, we use `new` to allocate memory, however, in this way, the `INFO` command cannot show the correct memory usage of the Redis instance. Instead, we should use the...

When loading RDB file, if we met some unknown Protobuf message, e.g. the .proto file has been remove from the given directory, redis-protobuf fails to start. Instead, we can add...

PB.HELP command shows the help info on redis-protobuf commands.

By now, if the given type mismatches the type of the value stored in key, redis-protobuf returns an error reply: ``` 127.0.0.1:6379> pb.set k Msg '{"i" : 3}' (integer) 1...

**redis-cli 6.2** already supports skipping certificate verification and setting default verification path: [#8416](https://github.com/redis/redis/commit/be83bb13a8eaad68b7580b95c696f2554cf7100e#). However, it seems that hiredis_ssl doesn't catch up with this feature. Is there a plan to port...

Currently, we support the following LLMs: - [OpenAI](https://platform.openai.com/docs/api-reference) - [Azure OpenAI](https://azure.microsoft.com/en-us/products/cognitive-services/openai-service) If you need other LLMs support, feel free to leave a message here. Regards