@ceschiatti/redistail 0.0.7 → 0.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,3 +1,5 @@
1
+ # Redistail
2
+
1
3
  A command-line utility for monitoring Redis messages in real-time, similar to how `tail -f` works for log files. Redistail supports both Redis Pub/Sub channels and Redis Streams, making it an essential tool for debugging and monitoring Redis-based applications.
2
4
 
3
5
  Originally part of the `effect-redis` library, it is now available as a standalone package for easier installation and use.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ceschiatti/redistail",
3
- "version": "0.0.7",
3
+ "version": "0.0.9",
4
4
  "description": "CLI tool for monitoring Redis streams and PubSub",
5
5
  "type": "module",
6
6
  "bin": {
@@ -9,7 +9,7 @@
9
9
  "files": [
10
10
  "dist",
11
11
  "src",
12
- "./README.md"
12
+ "README.md"
13
13
  ],
14
14
  "scripts": {
15
15
  "build": "node build-cli.js",