Feature/redis (#23)
* Fix warning * (cmake) add a warning about 32/64 conversion problems. * simple redis clients * can publish to redis * redis subscribe * display messages received per second * verbose flag * (cmake) use clang only compile option -Wshorten-64-to-32 when compiling with clang
This commit is contained in:
		
				
					committed by
					
						
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							afe8b966ad
						
					
				
				
					commit
					e77b9176f3
				
			@@ -23,6 +23,8 @@ add_executable(ws
 | 
			
		||||
  ixcrypto/IXHash.cpp
 | 
			
		||||
  ixcrypto/IXUuid.cpp
 | 
			
		||||
 | 
			
		||||
  IXRedisClient.cpp
 | 
			
		||||
 | 
			
		||||
  ws_http_client.cpp
 | 
			
		||||
  ws_ping_pong.cpp
 | 
			
		||||
  ws_broadcast_server.cpp
 | 
			
		||||
@@ -32,6 +34,8 @@ add_executable(ws
 | 
			
		||||
  ws_transfer.cpp
 | 
			
		||||
  ws_send.cpp
 | 
			
		||||
  ws_receive.cpp
 | 
			
		||||
  ws_redis_publish.cpp
 | 
			
		||||
  ws_redis_subscribe.cpp
 | 
			
		||||
  ws.cpp)
 | 
			
		||||
 | 
			
		||||
if (APPLE AND USE_TLS)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user