Skip to content

Instantly share code, notes, and snippets.

View krt's full-sized avatar

Masato Yamaguchi krt

  • Tokyo, JPN
View GitHub Profile
@krt
krt / redis_asm.lua
Last active July 4, 2018 15:01
Approximate string match in Redis.
--[[
redis_asm.lua
approximate string matching for redis
Copyright (c) 2015 Masato Yamaguchi
This software is released under the MIT License.
http://opensource.org/licenses/mit-license.php

tmux cheat sheet

コマンド

新しく開始:

tmux

セッションに名前を付けて開始:

tmux new -s myname

アタッチ:

tmux a # (or at, or attach)

再アタッチ:

tumx a -d