We are experience that for every key we are storing in redis urn:xyz a entry in a set ids:xyz is created automatically. see following printscreen
while our keys have an expiration date of 5 days, the entries in the set seem to be stored forever - and our webapplication gets slower and slower.
Can we prevent Redis of writing these indexes? Or is there a simple way to set a expiration date for these entries?
Note: we are using Redis in combination of c# and ServiceStack.Redis for accessing the data.