@bcoders.gr/redis-client
Version:
High-performance Redis client with advanced compression, multi-level caching, bulk operations, and comprehensive performance monitoring. Optimized for production workloads with intelligent cache management.
60 lines (59 loc) • 1.5 kB
JSON
{
"name": "@bcoders.gr/redis-client",
"version": "1.4.4",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js",
"test": "node test.js",
"test:performance": "node performance-test.js",
"test:fixes": "node fix-test.js",
"test:snapshot": "node snapshot-test.js",
"benchmark": "node performance-test.js",
"prepare": "echo 'Package ready'",
"publish:package": "npm publish --access public"
},
"dependencies": {
"redis": "^4.7.1"
},
"keywords": [
"redis",
"client",
"compression",
"namespace",
"snapshot",
"performance",
"monitoring",
"subscriptions",
"keyspace",
"events",
"zlib",
"nodejs",
"database",
"caching",
"bulk-operations",
"pipeline",
"optimization",
"high-performance"
],
"author": "bcoders.gr <info@bcoders.gr>",
"license": "MIT",
"description": "High-performance Redis client with advanced compression, multi-level caching, bulk operations, and comprehensive performance monitoring. Optimized for production workloads with intelligent cache management.",
"repository": {
"type": "git",
"url": "git+https://github.com/pagovitsa/redis-client.git"
},
"bugs": {
"url": "https://github.com/pagovitsa/redis-client/issues"
},
"homepage": "https://github.com/pagovitsa/redis-client#readme",
"engines": {
"node": ">=16.0.0"
},
"files": [
"index.js",
"README.md",
"LICENSE",
"CHANGELOG.md"
]
}