Skip to content

emacs-pe/redis.el

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redis - Redis integration

Author: Mario Rodas [email protected]
Version: 0.1

Travis build status

redis.el offer a comint mode for redis-cli.

Also offers a redis-mode for pseudo redis scripts which uses "#" (number sign) as comment line. You can send the pseudo scripts to redis removing the comments:

 $ grep -v '^#' myscript.redis | nc 127.0.0.1 6379

Converted from redis.el by el2markdown.

Releases

No releases published

Packages

No packages published