Just a dump of handy live templates I use with IntelliJ. They should also work with WebStorm.
- Go to
settings
. - Search for
live templates
. - Under the javascript section you should be able to manage your templates.
#Node - Redis
Redis is a simple key, value pair database. The common commands include:
Data Structure | Commands |
---|---|
Strings | SET, GET, DEL, APPEND, DECR, INCR... |
Hashs | HSET, HGET, HDEL, HGETALL... |
Lists | LPUSH, LREM, LTRIM, RPOP, LINSERT... |
Sets | SADD, SREM, SMOVE, SMEMBERS... |