erlang tag

2 questions


1 answers
62 views
0
How to handle Erlang records from Elixir

When using Erlang's record, I learned that I should use Record.extract, but it will be quite long. iex(1)>require Recordniliex(2)>r=Record.extract(:sctp_initmsg, from_lib: kernel/include/inet_sc...

2 years ago

1 answers
78 views
0
Understanding cqerl's Cassandra_nodes Option

I am using the cqerl link below (using the latest master).https://github.com/matehat/cqerlIn the source code, connect to the casandra as follows:cqerl:new_client({host1,port1},[])The document stated t...

2 years ago

© 2024 OneMinuteCode. All rights reserved.