Claridgicus

Results 19 comments of Claridgicus

Hey @raz-mon I'm using RedisLabs and I've tried two different nodes No config changes Save and BgSave are unavailable in Redislabs, but I can provide you creds if you can...

I can probably spin up a local node and provide a dump if providing the creds is too hard.

@raz-mon I will try to get you a dump tomorrow. A bit of clarification - I've debugged my way through my application to find the issue occurs when the index...

Sorry I have had a mega couple of weeks, I will see about that dump this week

Bumping this particular issue as I'm now implementing redissearch synonyms and literally have to delete the index when my non-technical end user wants to delete a synonym group.

I'm no C wizard - but maybe this would be in the right direction? FT.SYNDEL (Delete Synonym Group) ``` void SynonymMap_DeleteGroup(SynonymMap* smap, const char* groupId) { RS_LOG_ASSERT(!smap->is_read_only, "SynonymMap should not...

@MeirShpilraien squeaky wheel gets the grease - but I reckon what's here will just work

Even just including on the documentation for the sort functionality that you can sort by a child property of a json object by creating an indexed field like this: $.field.child...

I reckon amending the requirement to be that I can specify a sort on an unindexed property is the right definition of the feature request.