Used for INFO generation. */
| 284 | |
| 285 | /* Used for INFO generation. */ |
| 286 | const char *evictPolicyToString(void) { |
| 287 | return configEnumGetNameOrUnknown(maxmemory_policy_enum,server.maxmemory_policy); |
| 288 | } |
| 289 | |
| 290 | /*----------------------------------------------------------------------------- |
| 291 | * Config file parsing |
no test coverage detected