Questions tagged [redis-stack-server]

18 questions
0
votes
0 answers

Redis OM .NET not indexing embedded model's property as sortable

I am trying to implement simple sorting in my project where memory of the application is kept in Redis Stack. So far, most features work without too many complications. However, I have found one that might break some logic eventually: When a…
Johnny Cache
  • 1,033
  • 7
  • 12
0
votes
1 answer

Error in lua script while using redis stack

ReplyError: ERR Error running script (call to f_bda0b62c7548ec7a0d42a3aff20a05872c65d17e): @user_script:1: user_script:1: Attempt to modify a readonly table at parseError…
Pratham
  • 53
  • 3
0
votes
0 answers

REDIS-STACK FT SEARCH with hypen as special character not working

I am implementing redis stack search in which my keys has some special character , Below is java code for creating schema of the index: Client client = new Client("my_queue", "localhost", 6379,10000,100,"mypassword"); Schema sc = new Schema() …
Feroz Siddiqui
  • 3,840
  • 6
  • 34
  • 69
1
2