There are no reviews yet. Be the first to send feedback to the community and the maintainers!
merle : An erlang based memcached client. Version : 0.3 Author : Joe Williams <[email protected]> Contributors : Nick Gerakines <[email protected]> Info : http://github.com/joewilliams/merle/ merle uses LShift's gen_server2 module/behavior for faster message queues. http://hg.rabbitmq.com/rabbitmq-server/file/b95f2fd4e3f6/src/gen_server2.erl This code is available as Open Source Software under the MIT license. Features: * Support for stats, version, getkey, getskey, delete, set, add, replace, cas, flushall, verbosity Notes: * Uses term_to_binary and binary_to_term to serialize/deserialize Erlang terms before sending/receiving them. This allows for native Erlang terms to be returned from memcached but doesn't play well using other languages after setting values with merle or using merle to get values set by other languages. Merle Based Projects: http://github.com/cstar/merle http://github.com/issuu/merle http://github.com/0lvin/merle http://github.com/ppolv/merle Usage: * Connecting to memcached * Using defaults: > merle:connect(). Set your own: > merle:connect("HOSTNAME", 11211). * A few operations * > merle:set(a, asdf). ok > merle:getkey(a). asdf > merle:set(a, asdf). ok > merle:getskey(a). [4,asdf] > merle:cas(a, 4, asdfasdf). ok > merle:getskey(a). [5,asdfasdf] > merle:delete(a). ok * Informational commands * > merle:version(). ["VERSION 1.2.6"] > merle:stats(slabs). ["STAT 1:chunk_size 104","STAT 1:chunks_per_page 10082", "STAT 1:total_pages 1","STAT 1:total_chunks 10082", "STAT 1:used_chunks 10081","STAT 1:free_chunks 1", "STAT 1:free_chunks_end 10080","STAT active_slabs 1", "STAT total_malloced 1048528","END"] > merle:stats(). ["STAT pid 27195","STAT uptime 497","STAT time 1232843046", "STAT version 1.2.6","STAT pointer_size 64", "STAT rusage_user 0.000000","STAT rusage_system 0.008000", "STAT curr_items 1","STAT total_items 5","STAT bytes 83", "STAT curr_connections 2","STAT total_connections 5", "STAT connection_structures 3","STAT cmd_get 5", "STAT cmd_set 5","STAT get_hits 5","STAT get_misses 0", "STAT evictions 0","STAT bytes_read 216", "STAT bytes_written 468","STAT limit_maxbytes 67108864", "STAT threads 1","END"]
nugget
http integration test servicehaproxy_join
Break up your haproxy configs and join them togetherdeckard
http check monitoring system based on couchdbgaff
Cloud API PubSubstrace_analyzer_ng
strace analyzer next generationdrank
docker service discoverybaracus
i pitty da fool who dont benchmarkcereal
erlang serial nifturd
a http and tcp testing liberlang-lz4
lz4 niferl_geo_dns
fun with geoip and dnstla_tools
Helper tools for using TLA+rama
golang networking focused data structure libraryerlang_deploy_starterpack
antplus_websockets
ANT+ HRM data via websocketstens3
ruby backup scripts for s3amazon_wishist_otp
Some Amazon wishlist retreival code that uses OTP.antplus_hrm0_5
a clone of hrm0_5.tar.gz with some small modificationsstrava_suffer_mgmt
rpi_gps_ntp
Get a Raspberry Pi going with GPS/PPS and NTPerlrc
clone of http://code.google.com/p/erlrc/jellyfish
Jellyfishemacs
pcap2adu
Love Open Source and this site? Check out how you can help us