Skip to content

Instantly share code, notes, and snippets.

View zloidemon's full-sized avatar

Veniamin Gvozdikov zloidemon

View GitHub Profile

Keybase proof

I hereby claim:

  • I am zloidemon on github.
  • I am veniamin (https://keybase.io/veniamin) on keybase.
  • I have a public key whose fingerprint is 2934 AB2D 9D61 B64B 76AF E5BF B82A 7BF4 57D8 EAB1

To claim this, I am signing this object:

@zloidemon
zloidemon / gist:221df66ddc9e9c478b23
Last active August 29, 2015 14:17
Example FIFO queue in tarantool
> curl http://tarantool.org/dist/public.key |apt-key add -
> echo "deb http://tarantool.org/dist/master/ubuntu/ trusty main" > /etc/apt/sources.list.d/tarantool.list
> apt-get update
> apt-get install tarantool luarocks rlwrap
> mkdir ~/.luarocks
> echo "rocks_servers = {[[http://rocks.tarantool.org/]]}" >> ~/.luarocks/config.lua
> luarocks install queue
```lua