#Redis search eviction on azure
7 messages · Page 1 of 1 (latest)
@wintry parcel According to Azure Managed Redis' documentation for using RediSearch no eviction policy must be set:
Important
The RediSearch module requires use of the Enterprise clustering policy and the NoEviction eviction policy. For more information, see Clustering.
You can confirm this by running CONFIG GET maxmemory-policy on redis-cli or the workbench inside of Redis Insight
I just get I/O error on login to the db
not much other information
Do you mean you cannot connect to it?
The NoEviction eviciton policy means that it won't delete keys when Redis gets full. Instead, you're get an error from Redis stating that it is full.