{"library":"redis-pdel","type":"library","category":null,"description":"Provides a `pdel` Lua command for Redis that deletes all keys matching a given regex, designed for use with ioredis. Current version is 6.0.0, with slow release cadence. Key differentiator: it exposes raw Lua script details (name, lua, numberOfKeys) to be registered as a custom Redis command, rather than a wrapper library. Not recommended for production use; relies on SCAN and EVAL, which may block Redis. Primarily for development/testing environments.","language":"javascript","status":"active","version":"6.0.0","tags":["javascript","redis"],"last_verified":"Sun Jun 07","install":[{"cmd":"npm install redis-pdel","imports":["import { name } from 'redis-pdel'","import { lua } from 'redis-pdel'","import { numberOfKeys } from 'redis-pdel'"]},{"cmd":"yarn add redis-pdel","imports":[]},{"cmd":"pnpm add redis-pdel","imports":[]}],"homepage":"https://github.com/dotcore64/redis-pdel#readme","github":"https://github.com/dotcore64/redis-pdel","docs":null,"changelog":null,"pypi":null,"npm":"redis-pdel","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":null}