Charles Lindsay

Results 19 issues of Charles Lindsay

**The problem/use-case that the feature addresses** Would love to use KeyDb with Redis Stack (Json, Search, Time Series, Bloom, & Graph) **Description of the feature** Official support for an image...

Enhancement

https://kubeyaml.com/ needs 1.19 support. I looks like it's been checked in, but the front-end https://kubeyaml.com/ needs to be updated to reflect these changes.

@slorello89 When saving a record with a TTL `InsertAsync()`, we should have a way to write the record without a TTL, in the case we want to persist the record...

enhancement

Hi @slorello89, I'm trying to query using contains and filter by an array of values. Finding the needle works as expected ``` var needle = "John"; collection.Where( x => x.Names.Contains(needle)...

enhancement

Hi @slorello89, There are times I need to do an exact match AND times I want to search match on a model property. As a temp work-around I've resorted to...

enhancement

Hi @nicolasff. How have you been. Hopefully staying safe out there. I wanted to enquire about utilizing the new Vector search from Redis. Here is the conversation I have with...

I'm trying to test this with your docker image, and I'm not having any luck getting it to talk to my Redis server instance. ``` curl http://localhost:7379/SET/hello/world curl http://localhost:7379/GET/hello ```...

@estiller First, let me say thank-you so much for providing this awesome example. This is exactly what I want to do, but I'm running into issues trying while to implement...

suggestion
planned for future release