Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skratchdot/greasemonkey-membase-view-top-key-values
A GreaseMonkey script that linkifies the list of top keys in the Membase admin console.
https://github.com/skratchdot/greasemonkey-membase-view-top-key-values
Last synced: about 1 month ago
JSON representation
A GreaseMonkey script that linkifies the list of top keys in the Membase admin console.
- Host: GitHub
- URL: https://github.com/skratchdot/greasemonkey-membase-view-top-key-values
- Owner: skratchdot
- Created: 2011-01-14T04:18:22.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2011-01-14T05:00:58.000Z (almost 14 years ago)
- Last Synced: 2024-10-19T00:24:29.705Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 83 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GreaseMonkey: Membase View Top Key Values
=========================================### Installation ###
1. Make sure you have installed GreaseMonkey: [https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/](https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/)
2. Now install the "GreaseMonkey: Membase View Top Key Values" script by clicking on the [membase_-_view_top_key_v.user.js](https://github.com/skratchdot/greasemonkey-membase-view-top-key-values/raw/master/membase_-_view_top_key_v.user.js) file above.
3. You will need to configure the script to point to a valid webpage that knows how to display values stored in your Membase installation. To do this, you can change the following line of the script:
var urlPrefix = 'http://localhost:8080/viewCache.cfm?key=';
4. If you don't already have a valid script to point to, you can create one (or request one). Currently, I have a ColdFusion (Railo) based script in the www folder of this project.