Hüseyin Uslu

Results 183 comments of Hüseyin Uslu

``` # Server redis_version:2.8.4 redis_git_sha1:00000000 redis_git_dirty:0 redis_build_id:a44a05d76f06a5d9 redis_mode:standalone os:Linux 3.13.0-24-generic x86_64 ```

this commit works all good mono 3.2.8 -> https://github.com/ctstone/csredis/commit/6667063d156bf04673449996b4f3560918631c4c should be some other commit that offends

Probably you are right, we are having a floating point numbers issue again after your RedisWriter & RedisReader refactor. probably these lines are offending; they should be using - CultureInfo.InvariantCulture...

my initial fix was the same as; https://github.com/ctstone/csredis/blob/develop/CSRedis/RedisClient.cs#L168 but this can not fix all the issues so I had to go in for detailed changes. anyway I'll be debugging the...

removed the select call but still getting more errors; ``` 18:16:11 [Error] [RedisProvider] [Dogecoin] An exception occured while getting version info: The requested feature is not implemented. 18:16:11 [Error] [RedisProvider]...

https://github.com/mono/mono/blob/master/mcs/class/System/System.Net.Sockets/SocketAsyncEventArgs.cs seems so?

Is there any fix on your mind? csredis is the only c# redis package that was able to run on linux/mono.

getting this with develop branch; ``` {"Could not load file or assembly 'csredis, Version=3.1.0.0, Culture=neutral, PublicKeyToken=1afd0264bbe4a44a' or one of its dependencies. Strong name validation failed. (Exception from HRESULT: 0x8013141A)":"csredis, Version=3.1.0.0,...