rebridge icon indicating copy to clipboard operation
rebridge copied to clipboard

A transparent Javascript interface to Redis.

Results 1 rebridge issues
Sort by recently updated
recently updated
newest added

Just an advice. The initialization of the rebridge is not safe. Just like below example code : ................................................................................................................................................................................................ const Rebridge = require("rebridge"); const redis = require("redis"); const client = redis.createClient();...

enhancement