This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
articles:memcached [2018/03/03 11:06] dhinesh |
articles:memcached [2018/03/03 15:04] (current) veera |
||
---|---|---|---|
Line 4: | Line 4: | ||
Create a sample text file | Create a sample text file | ||
- | <pre> | + | <code> |
cat /proc/* >> /tmp/memcached.txt | cat /proc/* >> /tmp/memcached.txt | ||
- | </pre> | + | </code> |
- | Using a Dalli ruby gem to set a value for memcached . | + | Using a [[https://github.com/petergoldstein/dalli|Dalli]] ruby gem to set a value for memcached . |
<code> | <code> | ||
Line 22: | Line 22: | ||
</code> | </code> | ||
+ | |||
+ | {{:articles:udpapps.png?600|}} |