Admtech
Admtech
The same with us! **The readisearch index is lost after a few hours without any entry in the log file.** Even without doing anything at all in the RedisDB (no...
Clearly quite simple: I create a FT index with: `FT.CREATE searchTags ON HASH PREFIX 1 adm:tag: SCHEMA name TEXT WEIGHT 5.0 SORTABLE desc TEXT tags TAG status TAG stamp NUMERIC...
ok, good idea I will turn on monitor and give you feedback. Thank you. `redis-cli monitor`
ok, I can now understand the error thanks to MONITOR (tested multiple times on 2 different systems and versions: GIT-Master, 2.4.15, 2.6 (pre)). If you change with "SELECT 1" to...
Now that I can't use the FLUSHDB Command until the problem is fixed. Is there any other way besides DEL to delete 1 million keys at once? With "DEL key1...
A Command like `DEL prefix:*` would be great. We need a MATCH parameter (like *). Generally it is not bad to have everything in DB 0, but we need a...
ok, thanks for the redis function above. I will add that for us. 👍 Ok, a trick to delete very many keys (tested with 10K) at once I have found...
Hi, you forgot the "cursor = res[1]" in your script, so that all are deleted, which were found by SCAN. ``` #!lua name=operation_by_pattern redis.register_function('del_by_pattern', function(keys, args) local pattern = args[1];...
I support the feature request of @andreww2012. We now use Typesene like a real database and not just as a search engine. With the document store we have everything we...