Changes for version 1.03

  • CHANGES:
  • Works with a Redis server 'maxmemory-policy' setting 'noeviction' only.
  • Added 'redis_config_ok' method.
  • $E_REDIS_DID_NOT_RETURN_DATA, $E_UNKNOWN_ERROR errors added.
  • Updated version of the data structure. FIXES:
  • Incorrect analysis an error related to not enough memory.

Modules

Provides fixed size (determined by 'maxmemory' Redis server setting) collections with FIFO data removal.

Examples